#910E90

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

Shades of Dark Magenta #910E90

Tints of Dark Magenta #910E90

Color information

#910E90 (or 0x910E90) is unknown color: approx Dark Magenta. HEX triplet: 91, 0E and 90. RGB value is (145,14,144). Sum of RGB (Red+Green+Blue) = 145+14+144=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #910E90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910E90 is #6EF16F. Grayscale: #434343. Windows color (decimal): -7270768 or 9440913. OLE color: 9440913.

HSL color Cylindrical-coordinate representation of color #910E90: hue angle of 300.46º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E90 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB14514144-
CMYK00.900.010.43
HSL300.46º82.39%31.18%-
HSV(B)300.46º90.34%56.86%-
XYZ16.878.3527.11-
YUV67.99170.9182.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.85%
GREEN value IS 14 (5.86% from 255) = 4.62%
BLUE value IS 144 (56.64% from 255) = 47.52%
R=47.85%
G=4.62%
B=47.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451414400.900.010.43300.4682.3931.18
Hex91E9005A12B12c521f
Octal22116220013215345412237
Binary10010001111010010000010110101101011100101100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,14,144); }

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

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

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

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

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

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

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