#8C039A

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

Shades of Dark Magenta #8C039A

Tints of Dark Magenta #8C039A

Color information

#8C039A (or 0x8C039A) is unknown color: approx Dark Magenta. HEX triplet: 8C, 03 and 9A. RGB value is (140,3,154). Sum of RGB (Red+Green+Blue) = 140+3+154=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C039A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C039A is #73FC65. Grayscale: #3C3C3C. Windows color (decimal): -7601254 or 10093452. OLE color: 10093452.

HSL color Cylindrical-coordinate representation of color #8C039A: hue angle of 294.44º 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 #8C039A is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1403154-
CMYK0.090.9800.40
HSL294.44º96.18%30.78%-
HSV(B)294.44º98.05%60.39%-
XYZ16.687.9731.23-
YUV61.18180.39184.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.14%
GREEN value IS 3 (1.56% from 255) = 1.01%
BLUE value IS 154 (60.55% from 255) = 51.85%
R=47.14%
G=1.01%
B=51.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14031540.090.9800.40294.4496.1830.78
Hex8C39A962028126601f
Octal21432321114205044614037
Binary100011001110011010100111000100101000100100110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C039A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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