Html Css Color HEX #820DAF Dark Violet

📋 copy color: '#820DAF'

red 130 ◦ green 13 ◦ blue 175

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

Shades of Dark Violet #820DAF

Tints of Dark Violet #820DAF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.09%

 BLUE value IS 175 (68.75% from 255) = 55.03%

R = 40.88%
G = 4.09%
B = 55.03%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#820DAF (or 0x820DAF) is known color: Dark Violet. HEX triplet: 82, 0D and AF. RGB value is (130,13,175). Sum of RGB (Red+Green+Blue) = 130+13+175=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #820DAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820DAF is #7DF250. Grayscale: #414141. Windows color (decimal): -8254033 or 11472258. OLE color: 11472258.

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

Color convert

RGB 130 13 175 -
CMYK 0.26 0.93 0 0.31
HSL 283.33º 0.86% 0.37% -
HSV(B) 283.33º 0.93% 0.69% -
XYZ 17.09 8.13 41.23 -
YUV 66.45 189.26 173.33 -
System Red Green Blue C M Y K H S L
Decimal 130 13 175 0.26 0.93 0 0.31 283.33 0.86 0.37
Hex 82 D AF 1A 5D 0 1F 11B 56 25
Octal 202 15 257 32 135 0 37 433 126 45
Binary 10000010 1101 10101111 11010 1011101 0 11111 100011011 1010110 100101

Color Harmonies of #820DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DAF

Black with #820DAF

Text Example


Text Example

White with #820DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #820DAF;
 }
 .AnyTagClassName
 {
   color: #820DAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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