#9C2981

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

Shades of Dark Purple #9C2981

Tints of Dark Purple #9C2981

Color information

#9C2981 (or 0x9C2981) is unknown color: approx Dark Purple. HEX triplet: 9C, 29 and 81. RGB value is (156,41,129). Sum of RGB (Red+Green+Blue) = 156+41+129=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2981 is #63D67E. Grayscale: #555555. Windows color (decimal): -6542975 or 8464796. OLE color: 8464796.

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

Color convert

RGB15641129-
CMYK00.740.170.39
HSL314.09º58.38%38.63%-
HSV(B)314.09º73.72%61.18%-
XYZ18.4710.2421.77-
YUV85.42152.6178.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.85%
GREEN value IS 41 (16.41% from 255) = 12.58%
BLUE value IS 129 (50.78% from 255) = 39.57%
R=47.85%
G=12.58%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564112900.740.170.39314.0958.3838.63
Hex9C298104A112713a3a27
Octal23451201011221474727247
Binary10011100101001100000010100101010001100111100111010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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