#820AAF

Color #820AAF Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #820AAF

Tints of Dark Violet #820AAF

Color information

#820AAF (or 0x820AAF) is unknown color: approx Dark Violet. HEX triplet: 82, 0A and AF. RGB value is (130,10,175). Sum of RGB (Red+Green+Blue) = 130+10+175=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #820AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820AAF is #7DF550. Grayscale: #404040. Windows color (decimal): -8254801 or 11471490. OLE color: 11471490.

HSL color Cylindrical-coordinate representation of color #820AAF: hue angle of 283.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820AAF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13010175-
CMYK0.260.9400.31
HSL283.64º89.19%36.27%-
HSV(B)283.64º94.29%68.63%-
XYZ17.058.0641.21-
YUV64.69190.26174.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 10 (4.30% from 255) = 3.17%
BLUE value IS 175 (68.75% from 255) = 55.56%
R=41.27%
G=3.17%
B=55.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130101750.260.9400.31283.6489.1936.27
Hex82AAF1A5E01F11c5924
Octal202122573213603743413144
Binary100000101010101011111101010111100111111000111001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820AAF; }

 p { color: rgb(130,10,175); }

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

<style>
 a { background-color: #820AAF; }

 a { background-color: rgb(130,10,175); }

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

<style>
 span { border-color: #820AAF; }

 span { border-color: rgb(130,10,175); }

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