#9C2891

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

Shades of Dark Purple #9C2891

Tints of Dark Purple #9C2891

Color information

#9C2891 (or 0x9C2891) is unknown color: approx Dark Purple. HEX triplet: 9C, 28 and 91. RGB value is (156,40,145). Sum of RGB (Red+Green+Blue) = 156+40+145=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2891 is #63D76E. Grayscale: #565656. Windows color (decimal): -6543215 or 9513116. OLE color: 9513116.

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

Color convert

RGB15640145-
CMYK00.740.070.39
HSL305.69º59.18%38.43%-
HSV(B)305.69º74.36%61.18%-
XYZ19.5810.6327.81-
YUV86.65160.93177.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.75%
GREEN value IS 40 (16.02% from 255) = 11.73%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=45.75%
G=11.73%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564014500.740.070.39305.6959.1838.43
Hex9C289104A7271323b26
Octal2345022101127474627346
Binary100111001010001001000101001010111100111100110010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,40,145); }

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

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

 a { background-color: rgb(156,40,145); }

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

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

 span { border-color: rgb(156,40,145); }

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