#9C2B7E

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

Shades of Dark Purple #9C2B7E

Tints of Dark Purple #9C2B7E

Color information

#9C2B7E (or 0x9C2B7E) is unknown color: approx Dark Purple. HEX triplet: 9C, 2B and 7E. RGB value is (156,43,126). Sum of RGB (Red+Green+Blue) = 156+43+126=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2B7E is #63D481. Grayscale: #565656. Windows color (decimal): -6542466 or 8268700. OLE color: 8268700.

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

Color convert

RGB15643126-
CMYK00.720.190.39
HSL315.93º56.78%39.02%-
HSV(B)315.93º72.44%61.18%-
XYZ18.3410.320.76-
YUV86.25150.44177.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48%
GREEN value IS 43 (17.19% from 255) = 13.23%
BLUE value IS 126 (49.61% from 255) = 38.77%
R=48%
G=13.23%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564312600.720.190.39315.9356.7839.02
Hex9C2B7E048132713c3927
Octal23453176011023474747147
Binary1001110010101111111100100100010011100111100111100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,43,126); }

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

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

 a { background-color: rgb(156,43,126); }

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

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

 span { border-color: rgb(156,43,126); }

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