#8314AB

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

Shades of Dark Magenta #8314AB

Tints of Dark Magenta #8314AB

Color information

#8314AB (or 0x8314AB) is unknown color: approx Dark Magenta. HEX triplet: 83, 14 and AB. RGB value is (131,20,171). Sum of RGB (Red+Green+Blue) = 131+20+171=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #8314AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8314AB is #7CEB54. Grayscale: #454545. Windows color (decimal): -8186709 or 11211907. OLE color: 11211907.

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

Color convert

RGB13120171-
CMYK0.230.8800.33
HSL284.11º79.06%37.45%-
HSV(B)284.11º88.3%67.06%-
XYZ16.968.2739.23-
YUV70.4184.77171.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 20 (8.20% from 255) = 6.21%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=40.68%
G=6.21%
B=53.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131201710.230.8800.33284.1179.0637.45
Hex8314AB175802111c4f25
Octal203242532713004143411745
Binary10000011101001010101110111101100001000011000111001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8314AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8314AB; }

 p { color: rgb(131,20,171); }

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

<style>
 a { background-color: #8314AB; }

 a { background-color: rgb(131,20,171); }

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

<style>
 span { border-color: #8314AB; }

 span { border-color: rgb(131,20,171); }

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