Html Css Color HEX #820DCE Dark Violet

📋 copy color: '#820DCE'

red 130 ◦ green 13 ◦ blue 206

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

Shades of Dark Violet #820DCE

Tints of Dark Violet #820DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.03%

R = 37.25%
G = 3.72%
B = 59.03%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#820DCE (or 0x820DCE) is known color: Dark Violet. HEX triplet: 82, 0D and CE. RGB value is (130,13,206). Sum of RGB (Red+Green+Blue) = 130+13+206=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #820DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DCE is #7DF231. Grayscale: #454545. Windows color (decimal): -8254002 or 13503874. OLE color: 13503874.

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

Color convert

RGB 130 13 206 -
CMYK 0.37 0.94 0 0.19
HSL 276.37º 0.88% 0.43% -
HSV(B) 276.37º 0.94% 0.81% -
XYZ 20.49 9.49 59.14 -
YUV 69.99 204.76 170.81 -
System Red Green Blue C M Y K H S L
Decimal 130 13 206 0.37 0.94 0 0.19 276.37 0.88 0.43
Hex 82 D CE 25 5E 0 13 114 58 2B
Octal 202 15 316 45 136 0 23 424 130 53
Binary 10000010 1101 11001110 100101 1011110 0 10011 100010100 1011000 101011

Color Harmonies of #820DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DCE

Black with #820DCE

Text Example


Text Example

White with #820DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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