#9B0E99

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

Shades of Dark Magenta #9B0E99

Tints of Dark Magenta #9B0E99

Color information

#9B0E99 (or 0x9B0E99) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0E and 99. RGB value is (155,14,153). Sum of RGB (Red+Green+Blue) = 155+14+153=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0E99 is #64F166. Grayscale: #474747. Windows color (decimal): -6615399 or 10030747. OLE color: 10030747.

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

Color convert

RGB15514153-
CMYK00.910.010.39
HSL300.85º83.43%33.14%-
HSV(B)300.85º90.97%60.78%-
XYZ19.429.5830.96-
YUV72173.71187.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 14 (5.86% from 255) = 4.35%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=48.14%
G=4.35%
B=47.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551415300.910.010.39300.8583.4333.14
Hex9BE9905B12712d5321
Octal23316231013314745512341
Binary100110111110100110010101101111001111001011011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,14,153); }

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

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

 a { background-color: rgb(155,14,153); }

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

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

 span { border-color: rgb(155,14,153); }

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