Html Css Color HEX #820EE0 Dark Violet

📋 copy color: '#820EE0'

red 130 ◦ green 14 ◦ blue 224

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

Shades of Dark Violet #820EE0

Tints of Dark Violet #820EE0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.8%

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

R = 35.33%
G = 3.8%
B = 60.87%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#820EE0 (or 0x820EE0) is known color: Dark Violet. HEX triplet: 82, 0E and E0. RGB value is (130,14,224). Sum of RGB (Red+Green+Blue) = 130+14+224=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #820EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EE0 is #7DF11F. Grayscale: #474747. Windows color (decimal): -8253728 or 14683778. OLE color: 14683778.

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

Color convert

RGB 130 14 224 -
CMYK 0.42 0.94 0 0.12
HSL 273.14º 0.88% 0.47% -
HSV(B) 273.14º 0.94% 0.88% -
XYZ 22.82 10.44 71.33 -
YUV 72.62 213.43 168.92 -
System Red Green Blue C M Y K H S L
Decimal 130 14 224 0.42 0.94 0 0.12 273.14 0.88 0.47
Hex 82 E E0 2A 5E 0 C 111 58 2F
Octal 202 16 340 52 136 0 14 421 130 57
Binary 10000010 1110 11100000 101010 1011110 0 1100 100010001 1011000 101111

Color Harmonies of #820EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820EE0

Black with #820EE0

Text Example


Text Example

White with #820EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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