#9C0F80

Color #9C0F80 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9C0F80

Tints of Dark Purple #9C0F80

Color information

#9C0F80 (or 0x9C0F80) is unknown color: approx Dark Purple. HEX triplet: 9C, 0F and 80. RGB value is (156,15,128). Sum of RGB (Red+Green+Blue) = 156+15+128=299 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.17% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0F80 is #63F07F. Grayscale: #454545. Windows color (decimal): -6549632 or 8392604. OLE color: 8392604.

HSL color Cylindrical-coordinate representation of color #9C0F80: hue angle of 311.91º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F80 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB15615128-
CMYK00.900.180.39
HSL311.91º82.46%33.53%-
HSV(B)311.91º90.38%61.18%-
XYZ17.788.9721.22-
YUV70.04160.71189.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 52.17%
GREEN value IS 15 (6.25% from 255) = 5.02%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=52.17%
G=5.02%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561512800.900.180.39311.9182.4633.53
Hex9CF8005A12271385222
Octal234172000132224747012242
Binary1001110011111000000001011010100101001111001110001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C0F80; }

 p { color: rgb(156,15,128); }

 H1.HeaderClassName
 {
   color: #9C0F80;
 }
 .AnyTagClassName
 {
   color: #9C0F80;
 }
</style>
background-color css

<style>
 a { background-color: #9C0F80; }

 a { background-color: rgb(156,15,128); }

 div.DivClassName
 {
   background-color: #9C0F80;
 }
 .BgClassName
 {
   background-color: #9C0F80;
 }
</style>
border-color css

<style>
 span { border-color: #9C0F80; }

 span { border-color: rgb(156,15,128); }

 td.TdClassName
 {
   border-color: #9C0F80;
 }
 .TagClassName
 {
   border-color: #9C0F80;
 }
</style>