#910D89

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

Shades of Dark Magenta #910D89

Tints of Dark Magenta #910D89

Color information

#910D89 (or 0x910D89) is unknown color: approx Dark Magenta. HEX triplet: 91, 0D and 89. RGB value is (145,13,137). Sum of RGB (Red+Green+Blue) = 145+13+137=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #910D89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910D89 is #6EF276. Grayscale: #424242. Windows color (decimal): -7271031 or 8981905. OLE color: 8981905.

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

Color convert

RGB14513137-
CMYK00.910.060.43
HSL303.64º83.54%30.98%-
HSV(B)303.64º91.03%56.86%-
XYZ16.348.1124.37-
YUV66.6167.73183.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.15%
GREEN value IS 13 (5.47% from 255) = 4.41%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=49.15%
G=4.41%
B=46.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451313700.910.060.43303.6483.5430.98
Hex91D8905B62B130541f
Octal22115211013365346012437
Binary1001000111011000100101011011110101011100110000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,13,137); }

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

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

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

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

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

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

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