Color Hex Logo

#9b17ff Color Hex

#9B17FF
(155,23,255)
0 Favorites   0 Comments

Color spaces of #9b17ff

RGB 15523255
HSL0.761.000.55
HSV274°91°100°
CMYK 0.390.910.00   0.00
XYZ31.874014.801495.7847
Yxy14.80140.22370.1039
Hunter Lab38.472680.5577-120.6827
CIE-Lab45.361082.8914-85.8404

#9b17ff color RGB value is (155,23,255).

#9b17ff hex color red value is 155, green value is 23 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9b17ff hue: 0.76 , saturation: 1.00 and the lightness value of 9b17ff is 0.55.

The process color (four color CMYK) of #9b17ff color hex is 0.39, 0.91, 0.00, 0.00. Web safe color of #9b17ff is #9900ff. Color #9b17ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00010111 11111111
Octal 233 27 377
Decimal 155 23 255
Hex 9B 17 FF

RGB Percentages of Color #9b17ff

%35.80
%5.31
%58.89

CMYK Percentages of Color #9b17ff

%39
%91
%0
%0

Triadic Colors of #9b17ff

#9b17ff #ff9b17 #17ff9b

Analogous Colors of #9b17ff

#9b17ff #ff17ef #2717ff

Monochromatic Colors of #9b17ff

#9b17ff

Complementary Color

#9b17ff #7bff17

#9b17ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b17ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b17ff Color CSS Codes

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

#9b17ff Text Font Color

<p style="color:#9b17ff">Text here</p>

This sample text font color is #9b17ff
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.


#9b17ff Background Color

<div style="background-color:#9b17ff">
Div content here</div>

This div background color is #9b17ff


#9b17ff Border Color

<div style="border:3px solid #9b17ff">
Div here</div>

This div border color is #9b17ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,23,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b17ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b17ff;
  -webkit-box-shadow: 1px 1px 3px 2px #9b17ff;
  box-shadow:         1px 1px 3px 2px #9b17ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,23,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 #9b17ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b17ff


Comments

No comments written yet.

Please login to write comment.