#8C03A4

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

Shades of Dark Magenta #8C03A4

Tints of Dark Magenta #8C03A4

Color information

#8C03A4 (or 0x8C03A4) is unknown color: approx Dark Magenta. HEX triplet: 8C, 03 and A4. RGB value is (140,3,164). Sum of RGB (Red+Green+Blue) = 140+3+164=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #8C03A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C03A4 is #73FC5B. Grayscale: #3D3D3D. Windows color (decimal): -7601244 or 10748812. OLE color: 10748812.

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

Color convert

RGB1403164-
CMYK0.150.9800.36
HSL291.06º96.41%32.75%-
HSV(B)291.06º98.17%64.31%-
XYZ17.558.3235.8-
YUV62.32185.39183.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.60%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 164 (64.45% from 255) = 53.42%
R=45.60%
G=0.98%
B=53.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14031640.150.9800.36291.0696.4132.75
Hex8C3A4F620241236021
Octal21432441714204444314041
Binary1000110011101001001111110001001001001001000111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C03A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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