#9C0F81

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

Shades of Dark Purple #9C0F81

Tints of Dark Purple #9C0F81

Color information

#9C0F81 (or 0x9C0F81) is unknown color: approx Dark Purple. HEX triplet: 9C, 0F and 81. RGB value is (156,15,129). Sum of RGB (Red+Green+Blue) = 156+15+129=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0F81 is #63F07E. Grayscale: #454545. Windows color (decimal): -6549631 or 8458140. OLE color: 8458140.

HSL color Cylindrical-coordinate representation of color #9C0F81: hue angle of 311.49º 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 #9C0F81 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB15615129-
CMYK00.900.170.39
HSL311.49º82.46%33.53%-
HSV(B)311.49º90.38%61.18%-
XYZ17.848.9921.56-
YUV70.16161.21189.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52%
GREEN value IS 15 (6.25% from 255) = 5%
BLUE value IS 129 (50.78% from 255) = 43%
R=52%
G=5%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561512900.900.170.39311.4982.4633.53
Hex9CF8105A11271375222
Octal234172010132214746712242
Binary1001110011111000000101011010100011001111001101111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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