Html Css Color HEX #820BDB Dark Violet

📋 copy color: '#820BDB'

red 130 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #820BDB

Tints of Dark Violet #820BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.06%

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

R = 36.11%
G = 3.06%
B = 60.83%

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

#820BDB (or 0x820BDB) is known color: Dark Violet. HEX triplet: 82, 0B and DB. RGB value is (130,11,219). Sum of RGB (Red+Green+Blue) = 130+11+219=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #820BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820BDB is #7DF424. Grayscale: #454545. Windows color (decimal): -8254501 or 14355330. OLE color: 14355330.

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

Color convert

RGB 130 11 219 -
CMYK 0.41 0.95 0 0.14
HSL 274.33º 0.9% 0.45% -
HSV(B) 274.33º 0.95% 0.86% -
XYZ 22.11 10.1 67.8 -
YUV 70.29 211.92 170.59 -
System Red Green Blue C M Y K H S L
Decimal 130 11 219 0.41 0.95 0 0.14 274.33 0.9 0.45
Hex 82 B DB 29 5F 0 E 112 5A 2D
Octal 202 13 333 51 137 0 16 422 132 55
Binary 10000010 1011 11011011 101001 1011111 0 1110 100010010 1011010 101101

Color Harmonies of #820BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820BDB

Black with #820BDB

Text Example


Text Example

White with #820BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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