#8114a8

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

Shades of Dark Magenta #8114A8

Tints of Dark Magenta #8114A8

Color information

#8114A8 (or 0x8114A8) is unknown color: approx Dark Magenta. HEX triplet: 81, 14 and A8. RGB value is (129,20,168). Sum of RGB (Red+Green+Blue) = 129+20+168=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 168 (66.02% from 255 or 53.00% from 317); Max value from RGB is 168 - color contains mainly: blue. Hex color #8114A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8114A8 is #7EEB57. Grayscale: #444444. Windows color (decimal): -8317784 or 11015297. OLE color: 11015297.

HSL color Cylindrical-coordinate representation of color #8114A8: hue angle of 284.19º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8114A8 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12920168-
CMYK0.230.8800.34
HSL284.19º78.72%36.86%-
HSV(B)284.19º88.1%65.88%-
XYZ16.377.9937.73-
YUV69.46183.61170.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.69%
GREEN value IS 20 (8.20% from 255) = 6.31%
BLUE value IS 168 (66.02% from 255) = 53.00%
R=40.69%
G=6.31%
B=53.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal129201680.230.8800.34284.1978.7236.86
Hex8114A8175802211c4f25
Octal201242502713004243411745
Binary10000001101001010100010111101100001000101000111001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8114a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8114a8; }

 p { color: rgb(129,20,168); }

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

<style>
 a { background-color: #8114a8; }

 a { background-color: rgb(129,20,168); }

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

<style>
 span { border-color: #8114a8; }

 span { border-color: rgb(129,20,168); }

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