Html Css Color HEX #820ADC Dark Violet

📋 copy color: '#820ADC'

red 130 ◦ green 10 ◦ blue 220

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

Shades of Dark Violet #820ADC

Tints of Dark Violet #820ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.78%

 BLUE value IS 220 (86.33% from 255) = 61.11%

R = 36.11%
G = 2.78%
B = 61.11%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#820ADC (or 0x820ADC) is known color: Dark Violet. HEX triplet: 82, 0A and DC. RGB value is (130,10,220). Sum of RGB (Red+Green+Blue) = 130+10+220=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #820ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ADC is #7DF523. Grayscale: #454545. Windows color (decimal): -8254756 or 14420610. OLE color: 14420610.

HSL color Cylindrical-coordinate representation of color #820ADC: hue angle of 274.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820ADC is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 10 220 -
CMYK 0.41 0.95 0 0.14
HSL 274.29º 0.91% 0.45% -
HSV(B) 274.29º 0.95% 0.86% -
XYZ 22.23 10.13 68.49 -
YUV 69.82 212.76 170.92 -
System Red Green Blue C M Y K H S L
Decimal 130 10 220 0.41 0.95 0 0.14 274.29 0.91 0.45
Hex 82 A DC 29 5F 0 E 112 5B 2D
Octal 202 12 334 51 137 0 16 422 133 55
Binary 10000010 1010 11011100 101001 1011111 0 1110 100010010 1011011 101101

Color Harmonies of #820ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820ADC

Black with #820ADC

Text Example


Text Example

White with #820ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,10,220); }

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

background-color css

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

 a { background-color: rgb(130,10,220); }

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

border-color css

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

 span { border-color: rgb(130,10,220); }

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