#9D0B92

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

Shades of Dark Magenta #9D0B92

Tints of Dark Magenta #9D0B92

Color information

#9D0B92 (or 0x9D0B92) is unknown color: approx Dark Magenta. HEX triplet: 9D, 0B and 92. RGB value is (157,11,146). Sum of RGB (Red+Green+Blue) = 157+11+146=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0B92 is #62F46D. Grayscale: #454545. Windows color (decimal): -6485102 or 9571229. OLE color: 9571229.

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

Color convert

RGB15711146-
CMYK00.930.070.38
HSL304.52º86.9%32.94%-
HSV(B)304.52º92.99%61.57%-
XYZ19.219.4828.01-
YUV70.04170.87190.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 3.50%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=50%
G=3.50%
B=46.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571114600.930.070.38304.5286.932.94
Hex9DB9205D7261315721
Octal23513222013574646112741
Binary10011101101110010010010111011111001101001100011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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