#9C0191

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

Shades of Dark Magenta #9C0191

Tints of Dark Magenta #9C0191

Color information

#9C0191 (or 0x9C0191) is unknown color: approx Dark Magenta. HEX triplet: 9C, 01 and 91. RGB value is (156,1,145). Sum of RGB (Red+Green+Blue) = 156+1+145=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0191 is #63FE6E. Grayscale: #3F3F3F. Windows color (decimal): -6553199 or 9503132. OLE color: 9503132.

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

Color convert

RGB1561145-
CMYK00.990.070.39
HSL304.26º98.73%30.78%-
HSV(B)304.26º99.36%61.18%-
XYZ18.839.1327.56-
YUV63.76173.85193.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 51.66%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 145 (57.03% from 255) = 48.01%
R=51.66%
G=0.33%
B=48.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156114500.990.070.39304.2698.7330.78
Hex9C191063727130631f
Octal2341221014374746014337
Binary1001110011001000101100011111100111100110000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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