#9B0E97

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

Shades of Dark Magenta #9B0E97

Tints of Dark Magenta #9B0E97

Color information

#9B0E97 (or 0x9B0E97) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0E and 97. RGB value is (155,14,151). Sum of RGB (Red+Green+Blue) = 155+14+151=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0E97 is #64F168. Grayscale: #474747. Windows color (decimal): -6615401 or 9899675. OLE color: 9899675.

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

Color convert

RGB15514151-
CMYK00.910.030.39
HSL301.7º83.43%33.14%-
HSV(B)301.7º90.97%60.78%-
XYZ19.269.5230.1-
YUV71.78172.71187.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.44%
GREEN value IS 14 (5.86% from 255) = 4.38%
BLUE value IS 151 (59.38% from 255) = 47.19%
R=48.44%
G=4.38%
B=47.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551415100.910.030.39301.783.4333.14
Hex9BE9705B32712e5321
Octal23316227013334745612341
Binary1001101111101001011101011011111001111001011101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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