Html Css Color HEX #821ADA Blue Violet

📋 copy color: '#821ADA'

red 130 ◦ green 26 ◦ blue 218

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

Shades of Blue Violet #821ADA

Tints of Blue Violet #821ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.29%

R = 34.76%
G = 6.95%
B = 58.29%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#821ADA (or 0x821ADA) is known color: Blue Violet. HEX triplet: 82, 1A and DA. RGB value is (130,26,218). Sum of RGB (Red+Green+Blue) = 130+26+218=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #821ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821ADA is #7DE525. Grayscale: #4E4E4E. Windows color (decimal): -8250662 or 14293634. OLE color: 14293634.

HSL color Cylindrical-coordinate representation of color #821ADA: hue angle of 272.5º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821ADA is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 26 218 -
CMYK 0.40 0.88 0 0.15
HSL 272.5º 0.79% 0.48% -
HSV(B) 272.5º 0.88% 0.85% -
XYZ 22.23 10.55 67.19 -
YUV 78.98 206.46 164.39 -
System Red Green Blue C M Y K H S L
Decimal 130 26 218 0.40 0.88 0 0.15 272.5 0.79 0.48
Hex 82 1A DA 28 58 0 F 110 4F 30
Octal 202 32 332 50 130 0 17 420 117 60
Binary 10000010 11010 11011010 101000 1011000 0 1111 100010000 1001111 110000

Color Harmonies of #821ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821ADA

Black with #821ADA

Text Example


Text Example

White with #821ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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