#9C3181

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

Shades of Dark Purple #9C3181

Tints of Dark Purple #9C3181

Color information

#9C3181 (or 0x9C3181) is unknown color: approx Dark Purple. HEX triplet: 9C, 31 and 81. RGB value is (156,49,129). Sum of RGB (Red+Green+Blue) = 156+49+129=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3181 is #63CE7E. Grayscale: #595959. Windows color (decimal): -6540927 or 8466844. OLE color: 8466844.

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

Color convert

RGB15649129-
CMYK00.690.170.39
HSL315.14º52.2%40.2%-
HSV(B)315.14º68.59%61.18%-
XYZ18.7710.8521.87-
YUV90.11149.95175-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.71%
GREEN value IS 49 (19.53% from 255) = 14.67%
BLUE value IS 129 (50.78% from 255) = 38.62%
R=46.71%
G=14.67%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564912900.690.170.39315.1452.240.2
Hex9C3181045112713b3428
Octal23461201010521474736450
Binary10011100110001100000010100010110001100111100111011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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