#931288

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

Shades of Dark Magenta #931288

Tints of Dark Magenta #931288

Color information

#931288 (or 0x931288) is unknown color: approx Dark Magenta. HEX triplet: 93, 12 and 88. RGB value is (147,18,136). Sum of RGB (Red+Green+Blue) = 147+18+136=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #931288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #931288 is #6CED77. Grayscale: #454545. Windows color (decimal): -7138680 or 8917651. OLE color: 8917651.

HSL color Cylindrical-coordinate representation of color #931288: hue angle of 305.12º 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 #931288 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14718136-
CMYK00.880.070.42
HSL305.12º78.18%32.35%-
HSV(B)305.12º87.76%57.65%-
XYZ16.698.4124.04-
YUV70.02165.24182.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.84%
GREEN value IS 18 (7.42% from 255) = 5.98%
BLUE value IS 136 (53.52% from 255) = 45.18%
R=48.84%
G=5.98%
B=45.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471813600.880.070.42305.1278.1832.35
Hex93128805872A1314e20
Octal22322210013075246111640
Binary100100111001010001000010110001111010101001100011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931288; }

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

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

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

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

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

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

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

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