#9C1B95

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

Shades of Dark Magenta #9C1B95

Tints of Dark Magenta #9C1B95

Color information

#9C1B95 (or 0x9C1B95) is unknown color: approx Dark Magenta. HEX triplet: 9C, 1B and 95. RGB value is (156,27,149). Sum of RGB (Red+Green+Blue) = 156+27+149=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1B95 is #63E46A. Grayscale: #4F4F4F. Windows color (decimal): -6546539 or 9771932. OLE color: 9771932.

HSL color Cylindrical-coordinate representation of color #9C1B95: hue angle of 303.26º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1B95 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB15627149-
CMYK00.830.040.39
HSL303.26º70.49%35.88%-
HSV(B)303.26º82.69%61.18%-
XYZ19.5310.0229.34-
YUV79.48167.24182.58-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.99%
GREEN value IS 27 (10.94% from 255) = 8.13%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=46.99%
G=8.13%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562714900.830.040.39303.2670.4935.88
Hex9C1B9505342712f4624
Octal23433225012344745710644
Binary100111001101110010101010100111001001111001011111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,27,149); }

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

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

 a { background-color: rgb(156,27,149); }

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

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

 span { border-color: rgb(156,27,149); }

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