#9C2992

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

Shades of Dark Purple #9C2992

Tints of Dark Purple #9C2992

Color information

#9C2992 (or 0x9C2992) is unknown color: approx Dark Purple. HEX triplet: 9C, 29 and 92. RGB value is (156,41,146). Sum of RGB (Red+Green+Blue) = 156+41+146=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2992 is #63D66D. Grayscale: #575757. Windows color (decimal): -6542958 or 9578908. OLE color: 9578908.

HSL color Cylindrical-coordinate representation of color #9C2992: hue angle of 305.22º 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 #9C2992 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB15641146-
CMYK00.740.060.39
HSL305.22º58.38%38.63%-
HSV(B)305.22º73.72%61.18%-
XYZ19.6910.7328.23-
YUV87.36161.1176.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 41 (16.41% from 255) = 11.95%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=45.48%
G=11.95%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564114600.740.060.39305.2258.3838.63
Hex9C299204A6271313a27
Octal2345122201126474617247
Binary100111001010011001001001001010110100111100110001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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