Html Css Color HEX #820DDD Dark Violet

📋 copy color: '#820DDD'

red 130 ◦ green 13 ◦ blue 221

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

Shades of Dark Violet #820DDD

Tints of Dark Violet #820DDD

RGB

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

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

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

R = 35.71%
G = 3.57%
B = 60.71%

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

#820DDD (or 0x820DDD) is known color: Dark Violet. HEX triplet: 82, 0D and DD. RGB value is (130,13,221). Sum of RGB (Red+Green+Blue) = 130+13+221=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #820DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DDD is #7DF222. Grayscale: #464646. Windows color (decimal): -8253987 or 14486914. OLE color: 14486914.

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

Color convert

RGB 130 13 221 -
CMYK 0.41 0.94 0 0.13
HSL 273.75º 0.89% 0.46% -
HSV(B) 273.75º 0.94% 0.87% -
XYZ 22.4 10.25 69.21 -
YUV 71.7 212.26 169.59 -
System Red Green Blue C M Y K H S L
Decimal 130 13 221 0.41 0.94 0 0.13 273.75 0.89 0.46
Hex 82 D DD 29 5E 0 D 112 59 2E
Octal 202 15 335 51 136 0 15 422 131 56
Binary 10000010 1101 11011101 101001 1011110 0 1101 100010010 1011001 101110

Color Harmonies of #820DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DDD

Black with #820DDD

Text Example


Text Example

White with #820DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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