Html Css Color HEX #820ED5 Dark Violet

📋 copy color: '#820ED5'

red 130 ◦ green 14 ◦ blue 213

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

Shades of Dark Violet #820ED5

Tints of Dark Violet #820ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 59.66%

R = 36.41%
G = 3.92%
B = 59.66%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#820ED5 (or 0x820ED5) is known color: Dark Violet. HEX triplet: 82, 0E and D5. RGB value is (130,14,213). Sum of RGB (Red+Green+Blue) = 130+14+213=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 213 (83.59% from 255 or 59.66% from 357); Max value from RGB is 213 - color contains mainly: blue. Hex color #820ED5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ED5 is #7DF12A. Grayscale: #464646. Windows color (decimal): -8253739 or 13962882. OLE color: 13962882.

HSL color Cylindrical-coordinate representation of color #820ED5: hue angle of 274.97º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820ED5 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 14 213 -
CMYK 0.39 0.93 0 0.16
HSL 274.97º 0.88% 0.45% -
HSV(B) 274.97º 0.93% 0.84% -
XYZ 21.37 9.86 63.73 -
YUV 71.37 207.93 169.82 -
System Red Green Blue C M Y K H S L
Decimal 130 14 213 0.39 0.93 0 0.16 274.97 0.88 0.45
Hex 82 E D5 27 5D 0 10 113 58 2D
Octal 202 16 325 47 135 0 20 423 130 55
Binary 10000010 1110 11010101 100111 1011101 0 10000 100010011 1011000 101101

Color Harmonies of #820ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820ED5

Black with #820ED5

Text Example


Text Example

White with #820ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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