Html Css Color HEX #821ADE Blue Violet

📋 copy color: '#821ADE'

red 130 ◦ green 26 ◦ blue 222

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

Shades of Blue Violet #821ADE

Tints of Blue Violet #821ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.88%

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

R = 34.39%
G = 6.88%
B = 58.73%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#821ADE (or 0x821ADE) is known color: Blue Violet. HEX triplet: 82, 1A and DE. RGB value is (130,26,222). Sum of RGB (Red+Green+Blue) = 130+26+222=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #821ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821ADE is #7DE521. Grayscale: #4E4E4E. Windows color (decimal): -8250658 or 14555778. OLE color: 14555778.

HSL color Cylindrical-coordinate representation of color #821ADE: hue angle of 271.84º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821ADE is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 26 222 -
CMYK 0.41 0.88 0 0.13
HSL 271.84º 0.79% 0.49% -
HSV(B) 271.84º 0.88% 0.87% -
XYZ 22.76 10.76 69.98 -
YUV 79.44 208.46 164.06 -
System Red Green Blue C M Y K H S L
Decimal 130 26 222 0.41 0.88 0 0.13 271.84 0.79 0.49
Hex 82 1A DE 29 58 0 D 110 4F 31
Octal 202 32 336 51 130 0 15 420 117 61
Binary 10000010 11010 11011110 101001 1011000 0 1101 100010000 1001111 110001

Color Harmonies of #821ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821ADE

Black with #821ADE

Text Example


Text Example

White with #821ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821ADE; }

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

 H1.HeaderClassName
 {
   color: #821ADE;
 }
 .AnyTagClassName
 {
   color: #821ADE;
 }
</style>

background-color css

<style>
 a { background-color: #821ADE; }

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

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

border-color css

<style>
 span { border-color: #821ADE; }

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

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