Html Css Color HEX #820DCC Dark Violet

📋 copy color: '#820DCC'

red 130 ◦ green 13 ◦ blue 204

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

Shades of Dark Violet #820DCC

Tints of Dark Violet #820DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.79%

R = 37.46%
G = 3.75%
B = 58.79%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#820DCC (or 0x820DCC) is known color: Dark Violet. HEX triplet: 82, 0D and CC. RGB value is (130,13,204). Sum of RGB (Red+Green+Blue) = 130+13+204=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #820DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820DCC is #7DF233. Grayscale: #454545. Windows color (decimal): -8254004 or 13372802. OLE color: 13372802.

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

Color convert

RGB 130 13 204 -
CMYK 0.36 0.94 0 0.2
HSL 276.75º 0.88% 0.43% -
HSV(B) 276.75º 0.94% 0.8% -
XYZ 20.25 9.39 57.87 -
YUV 69.76 203.76 170.97 -
System Red Green Blue C M Y K H S L
Decimal 130 13 204 0.36 0.94 0 0.2 276.75 0.88 0.43
Hex 82 D CC 24 5E 0 14 115 58 2B
Octal 202 15 314 44 136 0 24 425 130 53
Binary 10000010 1101 11001100 100100 1011110 0 10100 100010101 1011000 101011

Color Harmonies of #820DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820DCC

Black with #820DCC

Text Example


Text Example

White with #820DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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