#9C2780

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

Shades of Dark Purple #9C2780

Tints of Dark Purple #9C2780

Color information

#9C2780 (or 0x9C2780) is unknown color: approx Dark Purple. HEX triplet: 9C, 27 and 80. RGB value is (156,39,128). Sum of RGB (Red+Green+Blue) = 156+39+128=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2780 is #63D87F. Grayscale: #535353. Windows color (decimal): -6543488 or 8398748. OLE color: 8398748.

HSL color Cylindrical-coordinate representation of color #9C2780: hue angle of 314.36º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C2780 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB15639128-
CMYK00.750.180.39
HSL314.36º60%38.24%-
HSV(B)314.36º75%61.18%-
XYZ18.3310.0821.4-
YUV84.13152.76179.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.30%
GREEN value IS 39 (15.62% from 255) = 12.07%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=48.30%
G=12.07%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563912800.750.180.39314.366038.24
Hex9C278004B122713a3c26
Octal23447200011322474727446
Binary10011100100111100000000100101110010100111100111010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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