Html Css Color HEX #821AFB Blue Violet

📋 copy color: '#821AFB'

red 130 ◦ green 26 ◦ blue 251

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

Shades of Blue Violet #821AFB

Tints of Blue Violet #821AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.67%

R = 31.94%
G = 6.39%
B = 61.67%

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

#821AFB (or 0x821AFB) is known color: Blue Violet. HEX triplet: 82, 1A and FB. RGB value is (130,26,251). Sum of RGB (Red+Green+Blue) = 130+26+251=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #821AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821AFB is #7DE504. Grayscale: #515151. Windows color (decimal): -8250629 or 16456322. OLE color: 16456322.

HSL color Cylindrical-coordinate representation of color #821AFB: hue angle of 267.73º degrees, saturation: 0.97, 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 #821AFB is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 26 251 -
CMYK 0.48 0.90 0 0.02
HSL 267.73º 0.97% 0.54% -
HSV(B) 267.73º 0.9% 0.98% -
XYZ 26.99 12.45 92.25 -
YUV 82.75 222.96 161.7 -
System Red Green Blue C M Y K H S L
Decimal 130 26 251 0.48 0.90 0 0.02 267.73 0.97 0.54
Hex 82 1A FB 30 5A 0 2 10C 61 36
Octal 202 32 373 60 132 0 2 414 141 66
Binary 10000010 11010 11111011 110000 1011010 0 10 100001100 1100001 110110

Color Harmonies of #821AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821AFB

Black with #821AFB

Text Example


Text Example

White with #821AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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