#911288

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

Shades of Dark Magenta #911288

Tints of Dark Magenta #911288

Color information

#911288 (or 0x911288) is unknown color: approx Dark Magenta. HEX triplet: 91, 12 and 88. RGB value is (145,18,136). Sum of RGB (Red+Green+Blue) = 145+18+136=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #911288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #911288 is #6EED77. Grayscale: #454545. Windows color (decimal): -7269752 or 8917649. OLE color: 8917649.

HSL color Cylindrical-coordinate representation of color #911288: hue angle of 304.25º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911288 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB14518136-
CMYK00.880.060.43
HSL304.25º77.91%31.96%-
HSV(B)304.25º87.59%56.86%-
XYZ16.348.2324.02-
YUV69.42165.58181.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.49%
GREEN value IS 18 (7.42% from 255) = 6.02%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=48.49%
G=6.02%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451813600.880.060.43304.2577.9131.96
Hex91128805862B1304e20
Octal22122210013065346011640
Binary100100011001010001000010110001101010111001100001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911288; }

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

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

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

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

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

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

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

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