#9C0B92

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

Shades of Dark Magenta #9C0B92

Tints of Dark Magenta #9C0B92

Color information

#9C0B92 (or 0x9C0B92) is unknown color: approx Dark Magenta. HEX triplet: 9C, 0B and 92. RGB value is (156,11,146). Sum of RGB (Red+Green+Blue) = 156+11+146=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0B92 is #63F46D. Grayscale: #454545. Windows color (decimal): -6550638 or 9571228. OLE color: 9571228.

HSL color Cylindrical-coordinate representation of color #9C0B92: hue angle of 304.14º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0B92 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB15611146-
CMYK00.930.060.39
HSL304.14º86.83%32.75%-
HSV(B)304.14º92.95%61.18%-
XYZ19.029.3828-
YUV69.74171.04189.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.84%
GREEN value IS 11 (4.69% from 255) = 3.51%
BLUE value IS 146 (57.42% from 255) = 46.65%
R=49.84%
G=3.51%
B=46.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561114600.930.060.39304.1486.8332.75
Hex9CB9205D6271305721
Octal23413222013564746012741
Binary10011100101110010010010111011101001111001100001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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