#910A91

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

Shades of Dark Magenta #910A91

Tints of Dark Magenta #910A91

Color information

#910A91 (or 0x910A91) is unknown color: approx Dark Magenta. HEX triplet: 91, 0A and 91. RGB value is (145,10,145). Sum of RGB (Red+Green+Blue) = 145+10+145=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: red, blue. Hex color #910A91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910A91 is #6EF56E. Grayscale: #414141. Windows color (decimal): -7271791 or 9505425. OLE color: 9505425.

HSL color Cylindrical-coordinate representation of color #910A91: hue angle of 300º 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 #910A91 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14510145-
CMYK00.9300.43
HSL300º87.1%30.39%-
HSV(B)300º93.1%56.86%-
XYZ16.98.2827.5-
YUV65.76172.73184.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.33%
GREEN value IS 10 (4.30% from 255) = 3.33%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=48.33%
G=3.33%
B=48.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451014500.9300.4330087.130.39
Hex91A9105D02B12c571e
Octal22112221013505345412736
Binary10010001101010010001010111010101011100101100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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