Html Css Color HEX #820AAF Dark Violet

📋 copy color: '#820AAF'

red 130 ◦ green 10 ◦ blue 175

#820AAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #820AAF

Tints of Dark Violet #820AAF

RGB

 RED value IS 130 (51.17% from 255) = 41.27%

 GREEN value IS 10 (4.3% 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 value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#820AAF (or 0x820AAF) is known color: 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

RGB 130 10 175 -
CMYK 0.26 0.94 0 0.31
HSL 283.64º 0.89% 0.36% -
HSV(B) 283.64º 0.94% 0.69% -
XYZ 17.05 8.06 41.21 -
YUV 64.69 190.26 174.58 -
System Red Green Blue C M Y K H S L
Decimal 130 10 175 0.26 0.94 0 0.31 283.64 0.89 0.36
Hex 82 A AF 1A 5E 0 1F 11C 59 24
Octal 202 12 257 32 136 0 37 434 131 44
Binary 10000010 1010 10101111 11010 1011110 0 11111 100011100 1011001 100100

Color Harmonies of #820AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820AAF

Black with #820AAF

Text Example


Text Example

White with #820AAF

Text Example


Text Example

HTML Codes & Css Web 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>