#910A88

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

Shades of Dark Magenta #910A88

Tints of Dark Magenta #910A88

Color information

#910A88 (or 0x910A88) is unknown color: approx Dark Magenta. HEX triplet: 91, 0A and 88. RGB value is (145,10,136). Sum of RGB (Red+Green+Blue) = 145+10+136=291 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.83% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 145 - color contains mainly: red. Hex color #910A88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910A88 is #6EF577. Grayscale: #404040. Windows color (decimal): -7271800 or 8915601. OLE color: 8915601.

HSL color Cylindrical-coordinate representation of color #910A88: hue angle of 304º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A88 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB14510136-
CMYK00.930.060.43
HSL304º87.1%30.39%-
HSV(B)304º93.1%56.86%-
XYZ16.238.0123.98-
YUV64.73168.23185.25-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.83%
GREEN value IS 10 (4.30% from 255) = 3.44%
BLUE value IS 136 (53.52% from 255) = 46.74%
R=49.83%
G=3.44%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451013600.930.060.4330487.130.39
Hex91A8805D62B130571e
Octal22112210013565346012736
Binary1001000110101000100001011101110101011100110000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910A88; }

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

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

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

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

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

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

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

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