Html Css Color HEX #820DDA Dark Violet

📋 copy color: '#820DDA'

red 130 ◦ green 13 ◦ blue 218

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

Shades of Dark Violet #820DDA

Tints of Dark Violet #820DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.39%

R = 36.01%
G = 3.6%
B = 60.39%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#820DDA (or 0x820DDA) is known color: Dark Violet. HEX triplet: 82, 0D and DA. RGB value is (130,13,218). Sum of RGB (Red+Green+Blue) = 130+13+218=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #820DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DDA is #7DF225. Grayscale: #464646. Windows color (decimal): -8253990 or 14290306. OLE color: 14290306.

HSL color Cylindrical-coordinate representation of color #820DDA: hue angle of 274.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820DDA is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 13 218 -
CMYK 0.40 0.94 0 0.15
HSL 274.24º 0.89% 0.45% -
HSV(B) 274.24º 0.94% 0.85% -
XYZ 22 10.1 67.12 -
YUV 71.35 210.76 169.83 -
System Red Green Blue C M Y K H S L
Decimal 130 13 218 0.40 0.94 0 0.15 274.24 0.89 0.45
Hex 82 D DA 28 5E 0 F 112 59 2D
Octal 202 15 332 50 136 0 17 422 131 55
Binary 10000010 1101 11011010 101000 1011110 0 1111 100010010 1011001 101101

Color Harmonies of #820DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DDA

Black with #820DDA

Text Example


Text Example

White with #820DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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