#9B0896

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

Shades of Dark Magenta #9B0896

Tints of Dark Magenta #9B0896

Color information

#9B0896 (or 0x9B0896) is unknown color: approx Dark Magenta. HEX triplet: 9B, 08 and 96. RGB value is (155,8,150). Sum of RGB (Red+Green+Blue) = 155+8+150=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0896 is #64F769. Grayscale: #434343. Windows color (decimal): -6616938 or 9832603. OLE color: 9832603.

HSL color Cylindrical-coordinate representation of color #9B0896: hue angle of 302.04º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0896 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB1558150-
CMYK00.950.030.39
HSL302.04º90.18%31.96%-
HSV(B)302.04º94.84%60.78%-
XYZ19.119.3429.65-
YUV68.14174.2189.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 8 (3.52% from 255) = 2.56%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=49.52%
G=2.56%
B=47.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155815000.950.030.39302.0490.1831.96
Hex9B89605F32712e5a20
Octal23310226013734745613240
Binary1001101110001001011001011111111001111001011101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,8,150); }

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

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

 a { background-color: rgb(155,8,150); }

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

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

 span { border-color: rgb(155,8,150); }

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