Html Css Color HEX #820DCD Dark Violet

📋 copy color: '#820DCD'

red 130 ◦ green 13 ◦ blue 205

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

Shades of Dark Violet #820DCD

Tints of Dark Violet #820DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.91%

R = 37.36%
G = 3.74%
B = 58.91%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#820DCD (or 0x820DCD) is known color: Dark Violet. HEX triplet: 82, 0D and CD. RGB value is (130,13,205). Sum of RGB (Red+Green+Blue) = 130+13+205=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #820DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DCD is #7DF232. Grayscale: #454545. Windows color (decimal): -8254003 or 13438338. OLE color: 13438338.

HSL color Cylindrical-coordinate representation of color #820DCD: hue angle of 276.56º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #820DCD is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 13 205 -
CMYK 0.37 0.94 0 0.20
HSL 276.56º 0.88% 0.43% -
HSV(B) 276.56º 0.94% 0.8% -
XYZ 20.37 9.44 58.51 -
YUV 69.87 204.26 170.89 -
System Red Green Blue C M Y K H S L
Decimal 130 13 205 0.37 0.94 0 0.20 276.56 0.88 0.43
Hex 82 D CD 25 5E 0 14 115 58 2B
Octal 202 15 315 45 136 0 24 425 130 53
Binary 10000010 1101 11001101 100101 1011110 0 10100 100010101 1011000 101011

Color Harmonies of #820DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DCD

Black with #820DCD

Text Example


Text Example

White with #820DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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