#910387

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

Shades of Dark Magenta #910387

Tints of Dark Magenta #910387

Color information

#910387 (or 0x910387) is unknown color: approx Dark Magenta. HEX triplet: 91, 03 and 87. RGB value is (145,3,135). Sum of RGB (Red+Green+Blue) = 145+3+135=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #910387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910387 is #6EFC78. Grayscale: #3C3C3C. Windows color (decimal): -7273593 or 8848273. OLE color: 8848273.

HSL color Cylindrical-coordinate representation of color #910387: hue angle of 304.23º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910387 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB1453135-
CMYK00.980.070.43
HSL304.23º95.95%29.02%-
HSV(B)304.23º97.93%56.86%-
XYZ16.087.8323.59-
YUV60.51170.04188.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.24%
GREEN value IS 3 (1.56% from 255) = 1.06%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=51.24%
G=1.06%
B=47.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145313500.980.070.43304.2395.9529.02
Hex9138706272B130601d
Octal2213207014275346014035
Binary10010001111000011101100010111101011100110000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910387; }

 p { color: rgb(145,3,135); }

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

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

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

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

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

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

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