#8C03A3

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

Shades of Dark Magenta #8C03A3

Tints of Dark Magenta #8C03A3

Color information

#8C03A3 (or 0x8C03A3) is unknown color: approx Dark Magenta. HEX triplet: 8C, 03 and A3. RGB value is (140,3,163). Sum of RGB (Red+Green+Blue) = 140+3+163=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 163 (64.06% from 255 or 53.27% from 306); Max value from RGB is 163 - color contains mainly: blue. Hex color #8C03A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C03A3 is #73FC5C. Grayscale: #3D3D3D. Windows color (decimal): -7601245 or 10683276. OLE color: 10683276.

HSL color Cylindrical-coordinate representation of color #8C03A3: hue angle of 291.38º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C03A3 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1403163-
CMYK0.140.9800.36
HSL291.38º96.39%32.55%-
HSV(B)291.38º98.16%63.92%-
XYZ17.468.2835.33-
YUV62.2184.89183.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.75%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 163 (64.06% from 255) = 53.27%
R=45.75%
G=0.98%
B=53.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14031630.140.9800.36291.3896.3932.55
Hex8C3A3E620241236021
Octal21432431614204444314041
Binary1000110011101000111110110001001001001001000111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C03A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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