Html Css Color HEX #820AE0 Dark Violet

📋 copy color: '#820AE0'

red 130 ◦ green 10 ◦ blue 224

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

Shades of Dark Violet #820AE0

Tints of Dark Violet #820AE0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.75%

 BLUE value IS 224 (87.89% from 255) = 61.54%

R = 35.71%
G = 2.75%
B = 61.54%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#820AE0 (or 0x820AE0) is known color: Dark Violet. HEX triplet: 82, 0A and E0. RGB value is (130,10,224). Sum of RGB (Red+Green+Blue) = 130+10+224=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 224 (87.89% from 255 or 61.54% from 364); Max value from RGB is 224 - color contains mainly: blue. Hex color #820AE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820AE0 is #7DF51F. Grayscale: #454545. Windows color (decimal): -8254752 or 14682754. OLE color: 14682754.

HSL color Cylindrical-coordinate representation of color #820AE0: hue angle of 273.64º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820AE0 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 10 224 -
CMYK 0.42 0.96 0 0.12
HSL 273.64º 0.91% 0.46% -
HSV(B) 273.64º 0.96% 0.88% -
XYZ 22.77 10.34 71.32 -
YUV 70.28 214.76 170.6 -
System Red Green Blue C M Y K H S L
Decimal 130 10 224 0.42 0.96 0 0.12 273.64 0.91 0.46
Hex 82 A E0 2A 60 0 C 112 5B 2E
Octal 202 12 340 52 140 0 14 422 133 56
Binary 10000010 1010 11100000 101010 1100000 0 1100 100010010 1011011 101110

Color Harmonies of #820AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820AE0

Black with #820AE0

Text Example


Text Example

White with #820AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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