#9B0888

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

Shades of Dark Magenta #9B0888

Tints of Dark Magenta #9B0888

Color information

#9B0888 (or 0x9B0888) is unknown color: approx Dark Magenta. HEX triplet: 9B, 08 and 88. RGB value is (155,8,136). Sum of RGB (Red+Green+Blue) = 155+8+136=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0888 is #64F777. Grayscale: #424242. Windows color (decimal): -6616952 or 8915099. OLE color: 8915099.

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

Color convert

RGB1558136-
CMYK00.950.120.39
HSL307.76º90.18%31.96%-
HSV(B)307.76º94.84%60.78%-
XYZ18.058.9224.06-
YUV66.54167.2191.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.84%
GREEN value IS 8 (3.52% from 255) = 2.68%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=51.84%
G=2.68%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155813600.950.120.39307.7690.1831.96
Hex9B88805FC271345a20
Octal233102100137144746413240
Binary100110111000100010000101111111001001111001101001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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