Html Css Color HEX #820DAE Dark Violet

📋 copy color: '#820DAE'

red 130 ◦ green 13 ◦ blue 174

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

Shades of Dark Violet #820DAE

Tints of Dark Violet #820DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.89%

R = 41.01%
G = 4.1%
B = 54.89%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#820DAE (or 0x820DAE) is known color: Dark Violet. HEX triplet: 82, 0D and AE. RGB value is (130,13,174). Sum of RGB (Red+Green+Blue) = 130+13+174=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #820DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820DAE is #7DF251. Grayscale: #414141. Windows color (decimal): -8254034 or 11406722. OLE color: 11406722.

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

Color convert

RGB 130 13 174 -
CMYK 0.25 0.93 0 0.32
HSL 283.6º 0.86% 0.37% -
HSV(B) 283.6º 0.93% 0.68% -
XYZ 16.99 8.09 40.71 -
YUV 66.34 188.76 173.41 -
System Red Green Blue C M Y K H S L
Decimal 130 13 174 0.25 0.93 0 0.32 283.6 0.86 0.37
Hex 82 D AE 19 5D 0 20 11C 56 25
Octal 202 15 256 31 135 0 40 434 126 45
Binary 10000010 1101 10101110 11001 1011101 0 100000 100011100 1010110 100101

Color Harmonies of #820DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DAE

Black with #820DAE

Text Example


Text Example

White with #820DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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