Html Css Color HEX #821AFD Blue Violet

📋 copy color: '#821AFD'

red 130 ◦ green 26 ◦ blue 253

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

Shades of Blue Violet #821AFD

Tints of Blue Violet #821AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.86%

R = 31.78%
G = 6.36%
B = 61.86%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#821AFD (or 0x821AFD) is known color: Blue Violet. HEX triplet: 82, 1A and FD. RGB value is (130,26,253). Sum of RGB (Red+Green+Blue) = 130+26+253=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #821AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821AFD is #7DE502. Grayscale: #525252. Windows color (decimal): -8250627 or 16587394. OLE color: 16587394.

HSL color Cylindrical-coordinate representation of color #821AFD: hue angle of 267.49º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #821AFD is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 26 253 -
CMYK 0.49 0.90 0 0.01
HSL 267.49º 0.98% 0.55% -
HSV(B) 267.49º 0.9% 0.99% -
XYZ 27.3 12.58 93.92 -
YUV 82.97 223.96 161.54 -
System Red Green Blue C M Y K H S L
Decimal 130 26 253 0.49 0.90 0 0.01 267.49 0.98 0.55
Hex 82 1A FD 31 5A 0 1 10B 62 37
Octal 202 32 375 61 132 0 1 413 142 67
Binary 10000010 11010 11111101 110001 1011010 0 1 100001011 1100010 110111

Color Harmonies of #821AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821AFD

Black with #821AFD

Text Example


Text Example

White with #821AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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