Color Hex Logo

#9937ff Color Hex

#9937FF
(153,55,255)
0 Favorites   0 Comments

Color spaces of #9937ff

RGB 15355255
HSL0.751.000.61
HSV269°78°100°
CMYK 0.400.780.00   0.00
XYZ32.553116.724796.1202
Yxy16.72470.22390.1150
Hunter Lab40.895870.5183-110.7261
CIE-Lab47.911374.3485-81.6669

#9937ff color RGB value is (153,55,255).

#9937ff hex color red value is 153, green value is 55 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9937ff hue: 0.75 , saturation: 1.00 and the lightness value of 9937ff is 0.61.

The process color (four color CMYK) of #9937ff color hex is 0.40, 0.78, 0.00, 0.00. Web safe color of #9937ff is #9933ff. Color #9937ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110111 11111111
Octal 231 67 377
Decimal 153 55 255
Hex 99 37 FF

RGB Percentages of Color #9937ff

%33.05
%11.88
%55.08

CMYK Percentages of Color #9937ff

%40
%78
%0
%0

Triadic Colors of #9937ff

#9937ff #ff9937 #37ff99

Analogous Colors of #9937ff

#9937ff #fd37ff #3739ff

Monochromatic Colors of #9937ff

#9937ff

Complementary Color

#9937ff #9dff37

#9937ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9937ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9937ff Color CSS Codes

.mybgcolor {background-color:#9937ff; } 
.myforecolor {color:#9937ff; }
.mybordercolor {border:3px solid #9937ff; }

#9937ff Text Font Color

<p style="color:#9937ff">Text here</p>

This sample text font color is #9937ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9937ff Background Color

<div style="background-color:#9937ff">
Div content here</div>

This div background color is #9937ff


#9937ff Border Color

<div style="border:3px solid #9937ff">
Div here</div>

This div border color is #9937ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,55,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9937ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9937ff;
  -webkit-box-shadow: 1px 1px 3px 2px #9937ff;
  box-shadow:         1px 1px 3px 2px #9937ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,55,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9937ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9937ff;
  -webkit-box-shadow: 1px 1px 3px 2px #9937ff;
  box-shadow:         1px 1px 3px 2px #9937ff;">
Div content here</div>

This div box has shadow with color #9937ff

Related Colors


Comments

No comments written yet.

Please login to write comment.