Html Css Color HEX #820EC0 Dark Violet

📋 copy color: '#820EC0'

red 130 ◦ green 14 ◦ blue 192

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

Shades of Dark Violet #820EC0

Tints of Dark Violet #820EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 57.14%

R = 38.69%
G = 4.17%
B = 57.14%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#820EC0 (or 0x820EC0) is known color: Dark Violet. HEX triplet: 82, 0E and C0. RGB value is (130,14,192). Sum of RGB (Red+Green+Blue) = 130+14+192=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #820EC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EC0 is #7DF13F. Grayscale: #444444. Windows color (decimal): -8253760 or 12586626. OLE color: 12586626.

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

Color convert

RGB 130 14 192 -
CMYK 0.32 0.93 0 0.25
HSL 279.1º 0.86% 0.4% -
HSV(B) 279.1º 0.93% 0.75% -
XYZ 18.88 8.87 50.59 -
YUV 68.98 197.43 171.53 -
System Red Green Blue C M Y K H S L
Decimal 130 14 192 0.32 0.93 0 0.25 279.1 0.86 0.4
Hex 82 E C0 20 5D 0 19 117 56 28
Octal 202 16 300 40 135 0 31 427 126 50
Binary 10000010 1110 11000000 100000 1011101 0 11001 100010111 1010110 101000

Color Harmonies of #820EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820EC0

Black with #820EC0

Text Example


Text Example

White with #820EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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