#8C1590

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

Shades of Dark Magenta #8C1590

Tints of Dark Magenta #8C1590

Color information

#8C1590 (or 0x8C1590) is unknown color: approx Dark Magenta. HEX triplet: 8C, 15 and 90. RGB value is (140,21,144). Sum of RGB (Red+Green+Blue) = 140+21+144=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C1590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1590 is #73EA6F. Grayscale: #464646. Windows color (decimal): -7596656 or 9442700. OLE color: 9442700.

HSL color Cylindrical-coordinate representation of color #8C1590: hue angle of 298.05º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1590 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14021144-
CMYK0.030.8500.44
HSL298.05º74.55%32.35%-
HSV(B)298.05º85.42%56.47%-
XYZ16.128.1327.1-
YUV70.6169.42177.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 21 (8.59% from 255) = 6.89%
BLUE value IS 144 (56.64% from 255) = 47.21%
R=45.90%
G=6.89%
B=47.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140211440.030.8500.44298.0574.5532.35
Hex8C159035502C12a4b20
Octal21425220312505445211340
Binary10001100101011001000011101010101011001001010101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C1590; }

 p { color: rgb(140,21,144); }

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

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

 a { background-color: rgb(140,21,144); }

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

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

 span { border-color: rgb(140,21,144); }

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