#8c07a3

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

Shades of Dark Magenta #8C07A3

Tints of Dark Magenta #8C07A3

Color information

#8C07A3 (or 0x8C07A3) is unknown color: approx Dark Magenta. HEX triplet: 8C, 07 and A3. RGB value is (140,7,163). Sum of RGB (Red+Green+Blue) = 140+7+163=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 163 (64.06% from 255 or 52.58% from 310); Max value from RGB is 163 - color contains mainly: blue. Hex color #8C07A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C07A3 is #73F85C. Grayscale: #404040. Windows color (decimal): -7600221 or 10684300. OLE color: 10684300.

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

Color convert

RGB1407163-
CMYK0.140.9600.36
HSL291.15º91.76%33.33%-
HSV(B)291.15º95.71%63.92%-
XYZ17.58.3735.34-
YUV64.55183.56181.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.16%
GREEN value IS 7 (3.12% from 255) = 2.26%
BLUE value IS 163 (64.06% from 255) = 52.58%
R=45.16%
G=2.26%
B=52.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14071630.140.9600.36291.1591.7633.33
Hex8C7A3E600241235c21
Octal21472431614004444313441
Binary10001100111101000111110110000001001001001000111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c07a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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