#9C3080

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

Shades of Dark Purple #9C3080

Tints of Dark Purple #9C3080

Color information

#9C3080 (or 0x9C3080) is unknown color: approx Dark Purple. HEX triplet: 9C, 30 and 80. RGB value is (156,48,128). Sum of RGB (Red+Green+Blue) = 156+48+128=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3080 is #63CF7F. Grayscale: #595959. Windows color (decimal): -6541184 or 8401052. OLE color: 8401052.

HSL color Cylindrical-coordinate representation of color #9C3080: hue angle of 315.56º degrees, saturation: 0.53, 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 #9C3080 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB15648128-
CMYK00.690.180.39
HSL315.56º52.94%40%-
HSV(B)315.56º69.23%61.18%-
XYZ18.6610.7421.51-
YUV89.41149.78175.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.99%
GREEN value IS 48 (19.14% from 255) = 14.46%
BLUE value IS 128 (50.39% from 255) = 38.55%
R=46.99%
G=14.46%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564812800.690.180.39315.5652.9440
Hex9C3080045122713c3528
Octal23460200010522474746550
Binary10011100110000100000000100010110010100111100111100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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