#9B0E95

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

Shades of Dark Magenta #9B0E95

Tints of Dark Magenta #9B0E95

Color information

#9B0E95 (or 0x9B0E95) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0E and 95. RGB value is (155,14,149). Sum of RGB (Red+Green+Blue) = 155+14+149=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0E95 is #64F16A. Grayscale: #474747. Windows color (decimal): -6615403 or 9768603. OLE color: 9768603.

HSL color Cylindrical-coordinate representation of color #9B0E95: hue angle of 302.55º 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 #9B0E95 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB15514149-
CMYK00.910.040.39
HSL302.55º83.43%33.14%-
HSV(B)302.55º90.97%60.78%-
XYZ19.19.4529.25-
YUV71.55171.71187.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.74%
GREEN value IS 14 (5.86% from 255) = 4.40%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=48.74%
G=4.40%
B=46.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551414900.910.040.39302.5583.4333.14
Hex9BE9505B42712f5321
Octal23316225013344745712341
Binary10011011111010010101010110111001001111001011111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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