Html Css Color HEX #820DDE Dark Violet

📋 copy color: '#820DDE'

red 130 ◦ green 13 ◦ blue 222

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

Shades of Dark Violet #820DDE

Tints of Dark Violet #820DDE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.56%

 BLUE value IS 222 (87.11% from 255) = 60.82%

R = 35.62%
G = 3.56%
B = 60.82%

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

#820DDE (or 0x820DDE) is known color: Dark Violet. HEX triplet: 82, 0D and DE. RGB value is (130,13,222). Sum of RGB (Red+Green+Blue) = 130+13+222=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #820DDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DDE is #7DF221. Grayscale: #474747. Windows color (decimal): -8253986 or 14552450. OLE color: 14552450.

HSL color Cylindrical-coordinate representation of color #820DDE: hue angle of 273.59º degrees, saturation: 0.89, 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 #820DDE is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 13 222 -
CMYK 0.41 0.94 0 0.13
HSL 273.59º 0.89% 0.46% -
HSV(B) 273.59º 0.94% 0.87% -
XYZ 22.53 10.31 69.91 -
YUV 71.81 212.76 169.51 -
System Red Green Blue C M Y K H S L
Decimal 130 13 222 0.41 0.94 0 0.13 273.59 0.89 0.46
Hex 82 D DE 29 5E 0 D 112 59 2E
Octal 202 15 336 51 136 0 15 422 131 56
Binary 10000010 1101 11011110 101001 1011110 0 1101 100010010 1011001 101110

Color Harmonies of #820DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DDE

Black with #820DDE

Text Example


Text Example

White with #820DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,13,222); }

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

background-color css

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

 a { background-color: rgb(130,13,222); }

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

border-color css

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

 span { border-color: rgb(130,13,222); }

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