#8C0399

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

Shades of Dark Magenta #8C0399

Tints of Dark Magenta #8C0399

Color information

#8C0399 (or 0x8C0399) is unknown color: approx Dark Magenta. HEX triplet: 8C, 03 and 99. RGB value is (140,3,153). Sum of RGB (Red+Green+Blue) = 140+3+153=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C0399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0399 is #73FC66. Grayscale: #3C3C3C. Windows color (decimal): -7601255 or 10027916. OLE color: 10027916.

HSL color Cylindrical-coordinate representation of color #8C0399: hue angle of 294.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C0399 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1403153-
CMYK0.080.9800.4
HSL294.8º96.15%30.59%-
HSV(B)294.8º98.04%60%-
XYZ16.67.9430.79-
YUV61.06179.89184.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.30%
GREEN value IS 3 (1.56% from 255) = 1.01%
BLUE value IS 153 (60.16% from 255) = 51.69%
R=47.30%
G=1.01%
B=51.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14031530.080.9800.4294.896.1530.59
Hex8C399862028127601f
Octal21432311014205044714037
Binary100011001110011001100011000100101000100100111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,3,153); }

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

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

 a { background-color: rgb(140,3,153); }

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

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

 span { border-color: rgb(140,3,153); }

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