#931287

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

Shades of Dark Magenta #931287

Tints of Dark Magenta #931287

Color information

#931287 (or 0x931287) is unknown color: approx Dark Magenta. HEX triplet: 93, 12 and 87. RGB value is (147,18,135). Sum of RGB (Red+Green+Blue) = 147+18+135=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #931287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931287 is #6CED78. Grayscale: #454545. Windows color (decimal): -7138681 or 8852115. OLE color: 8852115.

HSL color Cylindrical-coordinate representation of color #931287: hue angle of 305.58º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931287 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14718135-
CMYK00.880.080.42
HSL305.58º78.18%32.35%-
HSV(B)305.58º87.76%57.65%-
XYZ16.628.3823.66-
YUV69.91164.74182.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49%
GREEN value IS 18 (7.42% from 255) = 6%
BLUE value IS 135 (53.12% from 255) = 45%
R=49%
G=6%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471813500.880.080.42305.5878.1832.35
Hex93128705882A1324e20
Octal223222070130105246211640
Binary1001001110010100001110101100010001010101001100101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931287; }

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

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

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

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

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

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

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

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