Html Css Color HEX #820BDE Dark Violet

📋 copy color: '#820BDE'

red 130 ◦ green 11 ◦ blue 222

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

Shades of Dark Violet #820BDE

Tints of Dark Violet #820BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.16%

R = 35.81%
G = 3.03%
B = 61.16%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#820BDE (or 0x820BDE) is known color: Dark Violet. HEX triplet: 82, 0B and DE. RGB value is (130,11,222). Sum of RGB (Red+Green+Blue) = 130+11+222=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #820BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820BDE is #7DF421. Grayscale: #454545. Windows color (decimal): -8254498 or 14551938. OLE color: 14551938.

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

Color convert

RGB 130 11 222 -
CMYK 0.41 0.95 0 0.13
HSL 273.84º 0.91% 0.46% -
HSV(B) 273.84º 0.95% 0.87% -
XYZ 22.51 10.26 69.9 -
YUV 70.64 213.42 170.34 -
System Red Green Blue C M Y K H S L
Decimal 130 11 222 0.41 0.95 0 0.13 273.84 0.91 0.46
Hex 82 B DE 29 5F 0 D 112 5B 2E
Octal 202 13 336 51 137 0 15 422 133 56
Binary 10000010 1011 11011110 101001 1011111 0 1101 100010010 1011011 101110

Color Harmonies of #820BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820BDE

Black with #820BDE

Text Example


Text Example

White with #820BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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