#9C2E81

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

Shades of Dark Purple #9C2E81

Tints of Dark Purple #9C2E81

Color information

#9C2E81 (or 0x9C2E81) is unknown color: approx Dark Purple. HEX triplet: 9C, 2E and 81. RGB value is (156,46,129). Sum of RGB (Red+Green+Blue) = 156+46+129=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2E81 is #63D17E. Grayscale: #585858. Windows color (decimal): -6541695 or 8466076. OLE color: 8466076.

HSL color Cylindrical-coordinate representation of color #9C2E81: hue angle of 314.73º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C2E81 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB15646129-
CMYK00.710.170.39
HSL314.73º54.46%39.61%-
HSV(B)314.73º70.51%61.18%-
XYZ18.6510.6121.83-
YUV88.35150.94176.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.13%
GREEN value IS 46 (18.36% from 255) = 13.90%
BLUE value IS 129 (50.78% from 255) = 38.97%
R=47.13%
G=13.90%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564612900.710.170.39314.7354.4639.61
Hex9C2E81047112713b3628
Octal23456201010721474736650
Binary10011100101110100000010100011110001100111100111011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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