Color Hex Logo

#9f23cc Color Hex

#9F23CC
(159,35,204)
0 Favorites   0 Comments

Color spaces of #9f23cc

RGB 15935204
HSL0.790.710.47
HSV284°83°80°
CMYK 0.220.830.00   0.20
XYZ25.798212.932658.2633
Yxy12.93260.26600.1333
Hunter Lab35.961965.1181-70.8847
CIE-Lab42.661570.8817-61.2304

#9f23cc color RGB value is (159,35,204).

#9f23cc hex color red value is 159, green value is 35 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9f23cc hue: 0.79 , saturation: 0.71 and the lightness value of 9f23cc is 0.47.

The process color (four color CMYK) of #9f23cc color hex is 0.22, 0.83, 0.00, 0.20. Web safe color of #9f23cc is #9933cc. Color #9f23cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00100011 11001100
Octal 237 43 314
Decimal 159 35 204
Hex 9F 23 CC

RGB Percentages of Color #9f23cc

%39.95
%8.79
%51.26

CMYK Percentages of Color #9f23cc

%22
%83
%0
%20

Triadic Colors of #9f23cc

#9f23cc #cc9f23 #23cc9f

Analogous Colors of #9f23cc

#9f23cc #cc23a5 #4a23cc

Monochromatic Colors of #9f23cc

#9f23cc

Complementary Color

#9f23cc #50cc23

#9f23cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f23cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f23cc Color CSS Codes

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

#9f23cc Text Font Color

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

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


#9f23cc Background Color

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

This div background color is #9f23cc


#9f23cc Border Color

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

This div border color is #9f23cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,35,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f23cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f23cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9f23cc;
  box-shadow:         1px 1px 3px 2px #9f23cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,35,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f23cc


Comments

No comments written yet.

Please login to write comment.