Html Css Color HEX #821AF9 Blue Violet

📋 copy color: '#821AF9'

red 130 ◦ green 26 ◦ blue 249

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

Shades of Blue Violet #821AF9

Tints of Blue Violet #821AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 61.48%

R = 32.1%
G = 6.42%
B = 61.48%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#821AF9 (or 0x821AF9) is known color: Blue Violet. HEX triplet: 82, 1A and F9. RGB value is (130,26,249). Sum of RGB (Red+Green+Blue) = 130+26+249=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 249 (97.66% from 255 or 61.48% from 405); Max value from RGB is 249 - color contains mainly: blue. Hex color #821AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821AF9 is #7DE506. Grayscale: #515151. Windows color (decimal): -8250631 or 16325250. OLE color: 16325250.

HSL color Cylindrical-coordinate representation of color #821AF9: hue angle of 267.98º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #821AF9 is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 26 249 -
CMYK 0.48 0.90 0 0.02
HSL 267.98º 0.95% 0.54% -
HSV(B) 267.98º 0.9% 0.98% -
XYZ 26.67 12.32 90.6 -
YUV 82.52 221.96 161.87 -
System Red Green Blue C M Y K H S L
Decimal 130 26 249 0.48 0.90 0 0.02 267.98 0.95 0.54
Hex 82 1A F9 30 5A 0 2 10C 5F 36
Octal 202 32 371 60 132 0 2 414 137 66
Binary 10000010 11010 11111001 110000 1011010 0 10 100001100 1011111 110110

Color Harmonies of #821AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821AF9

Black with #821AF9

Text Example


Text Example

White with #821AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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