Html Css Color HEX #820ADB Dark Violet

📋 copy color: '#820ADB'

red 130 ◦ green 10 ◦ blue 219

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

Shades of Dark Violet #820ADB

Tints of Dark Violet #820ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61%

R = 36.21%
G = 2.79%
B = 61%

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

#820ADB (or 0x820ADB) is known color: Dark Violet. HEX triplet: 82, 0A and DB. RGB value is (130,10,219). Sum of RGB (Red+Green+Blue) = 130+10+219=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #820ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ADB is #7DF524. Grayscale: #444444. Windows color (decimal): -8254757 or 14355074. OLE color: 14355074.

HSL color Cylindrical-coordinate representation of color #820ADB: hue angle of 274.45º 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 #820ADB is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 10 219 -
CMYK 0.41 0.95 0 0.14
HSL 274.45º 0.91% 0.45% -
HSV(B) 274.45º 0.95% 0.86% -
XYZ 22.1 10.08 67.8 -
YUV 69.71 212.26 171.01 -
System Red Green Blue C M Y K H S L
Decimal 130 10 219 0.41 0.95 0 0.14 274.45 0.91 0.45
Hex 82 A DB 29 5F 0 E 112 5B 2D
Octal 202 12 333 51 137 0 16 422 133 55
Binary 10000010 1010 11011011 101001 1011111 0 1110 100010010 1011011 101101

Color Harmonies of #820ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820ADB

Black with #820ADB

Text Example


Text Example

White with #820ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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