#9E1287

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

Shades of Dark Magenta #9E1287

Tints of Dark Magenta #9E1287

Color information

#9E1287 (or 0x9E1287) is unknown color: approx Dark Magenta. HEX triplet: 9E, 12 and 87. RGB value is (158,18,135). Sum of RGB (Red+Green+Blue) = 158+18+135=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1287 is #61ED78. Grayscale: #484848. Windows color (decimal): -6417785 or 8852126. OLE color: 8852126.

HSL color Cylindrical-coordinate representation of color #9E1287: hue angle of 309.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E1287 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB15818135-
CMYK00.890.150.38
HSL309.86º79.55%34.51%-
HSV(B)309.86º88.61%61.96%-
XYZ18.699.4523.76-
YUV73.2162.88188.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.80%
GREEN value IS 18 (7.42% from 255) = 5.79%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=50.80%
G=5.79%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581813500.890.150.38309.8679.5534.51
Hex9E1287059F261365023
Octal236222070131174646612043
Binary1001111010010100001110101100111111001101001101101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E1287; }

 p { color: rgb(158,18,135); }

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

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

 a { background-color: rgb(158,18,135); }

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

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

 span { border-color: rgb(158,18,135); }

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