Html Css Color HEX #821AD3 Blue Violet

📋 copy color: '#821AD3'

red 130 ◦ green 26 ◦ blue 211

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

Shades of Blue Violet #821AD3

Tints of Blue Violet #821AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 57.49%

R = 35.42%
G = 7.08%
B = 57.49%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#821AD3 (or 0x821AD3) is known color: Blue Violet. HEX triplet: 82, 1A and D3. RGB value is (130,26,211). Sum of RGB (Red+Green+Blue) = 130+26+211=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 211 (82.81% from 255 or 57.49% from 367); Max value from RGB is 211 - color contains mainly: blue. Hex color #821AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821AD3 is #7DE52C. Grayscale: #4D4D4D. Windows color (decimal): -8250669 or 13834882. OLE color: 13834882.

HSL color Cylindrical-coordinate representation of color #821AD3: hue angle of 273.73º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821AD3 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 26 211 -
CMYK 0.38 0.88 0 0.17
HSL 273.73º 0.78% 0.46% -
HSV(B) 273.73º 0.88% 0.83% -
XYZ 21.33 10.19 62.47 -
YUV 78.19 202.96 164.96 -
System Red Green Blue C M Y K H S L
Decimal 130 26 211 0.38 0.88 0 0.17 273.73 0.78 0.46
Hex 82 1A D3 26 58 0 11 112 4E 2E
Octal 202 32 323 46 130 0 21 422 116 56
Binary 10000010 11010 11010011 100110 1011000 0 10001 100010010 1001110 101110

Color Harmonies of #821AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821AD3

Black with #821AD3

Text Example


Text Example

White with #821AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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