#9B1288

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

Shades of Dark Magenta #9B1288

Tints of Dark Magenta #9B1288

Color information

#9B1288 (or 0x9B1288) is unknown color: approx Dark Magenta. HEX triplet: 9B, 12 and 88. RGB value is (155,18,136). Sum of RGB (Red+Green+Blue) = 155+18+136=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1288 is #64ED77. Grayscale: #484848. Windows color (decimal): -6614392 or 8917659. OLE color: 8917659.

HSL color Cylindrical-coordinate representation of color #9B1288: hue angle of 308.32º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1288 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB15518136-
CMYK00.880.120.39
HSL308.32º79.19%33.92%-
HSV(B)308.32º88.39%60.78%-
XYZ18.189.1824.11-
YUV72.42163.89186.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.16%
GREEN value IS 18 (7.42% from 255) = 5.83%
BLUE value IS 136 (53.52% from 255) = 44.01%
R=50.16%
G=5.83%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551813600.880.120.39308.3279.1933.92
Hex9B1288058C271344f22
Octal233222100130144746411742
Binary1001101110010100010000101100011001001111001101001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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