#9B0E98

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

Shades of Dark Magenta #9B0E98

Tints of Dark Magenta #9B0E98

Color information

#9B0E98 (or 0x9B0E98) is unknown color: approx Dark Magenta. HEX triplet: 9B, 0E and 98. RGB value is (155,14,152). Sum of RGB (Red+Green+Blue) = 155+14+152=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0E98 is #64F167. Grayscale: #474747. Windows color (decimal): -6615400 or 9965211. OLE color: 9965211.

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

Color convert

RGB15514152-
CMYK00.910.020.39
HSL301.28º83.43%33.14%-
HSV(B)301.28º90.97%60.78%-
XYZ19.349.5530.53-
YUV71.89173.21187.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 14 (5.86% from 255) = 4.36%
BLUE value IS 152 (59.77% from 255) = 47.35%
R=48.29%
G=4.36%
B=47.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551415200.910.020.39301.2883.4333.14
Hex9BE9805B22712d5321
Octal23316230013324745512341
Binary1001101111101001100001011011101001111001011011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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