Html Css Color HEX #820EDD Dark Violet

📋 copy color: '#820EDD'

red 130 ◦ green 14 ◦ blue 221

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

Shades of Dark Violet #820EDD

Tints of Dark Violet #820EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.55%

R = 35.62%
G = 3.84%
B = 60.55%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#820EDD (or 0x820EDD) is known color: Dark Violet. HEX triplet: 82, 0E and DD. RGB value is (130,14,221). Sum of RGB (Red+Green+Blue) = 130+14+221=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #820EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820EDD is #7DF122. Grayscale: #474747. Windows color (decimal): -8253731 or 14487170. OLE color: 14487170.

HSL color Cylindrical-coordinate representation of color #820EDD: hue angle of 273.62º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820EDD is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 14 221 -
CMYK 0.41 0.94 0 0.13
HSL 273.62º 0.88% 0.46% -
HSV(B) 273.62º 0.94% 0.87% -
XYZ 22.41 10.28 69.21 -
YUV 72.28 211.93 169.17 -
System Red Green Blue C M Y K H S L
Decimal 130 14 221 0.41 0.94 0 0.13 273.62 0.88 0.46
Hex 82 E DD 29 5E 0 D 112 58 2E
Octal 202 16 335 51 136 0 15 422 130 56
Binary 10000010 1110 11011101 101001 1011110 0 1101 100010010 1011000 101110

Color Harmonies of #820EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820EDD

Black with #820EDD

Text Example


Text Example

White with #820EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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