#910E83

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

Shades of Dark Magenta #910E83

Tints of Dark Magenta #910E83

Color information

#910E83 (or 0x910E83) is unknown color: approx Dark Magenta. HEX triplet: 91, 0E and 83. RGB value is (145,14,131). Sum of RGB (Red+Green+Blue) = 145+14+131=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #910E83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910E83 is #6EF17C. Grayscale: #424242. Windows color (decimal): -7270781 or 8588945. OLE color: 8588945.

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

Color convert

RGB14514131-
CMYK00.900.100.43
HSL306.41º82.39%31.18%-
HSV(B)306.41º90.34%56.86%-
XYZ15.937.9722.17-
YUV66.51164.4183.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 4.83%
BLUE value IS 131 (51.56% from 255) = 45.17%
R=50%
G=4.83%
B=45.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451413100.900.100.43306.4182.3931.18
Hex91E8305AA2B132521f
Octal221162030132125346212237
Binary10010001111010000011010110101010101011100110010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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