Html Css Color HEX #821AF4 Blue Violet

📋 copy color: '#821AF4'

red 130 ◦ green 26 ◦ blue 244

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

Shades of Blue Violet #821AF4

Tints of Blue Violet #821AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 61%

R = 32.5%
G = 6.5%
B = 61%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#821AF4 (or 0x821AF4) is known color: Blue Violet. HEX triplet: 82, 1A and F4. RGB value is (130,26,244). Sum of RGB (Red+Green+Blue) = 130+26+244=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 244 (95.70% from 255 or 61% from 400); Max value from RGB is 244 - color contains mainly: blue. Hex color #821AF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821AF4 is #7DE50B. Grayscale: #515151. Windows color (decimal): -8250636 or 15997570. OLE color: 15997570.

HSL color Cylindrical-coordinate representation of color #821AF4: hue angle of 268.62º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821AF4 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 26 244 -
CMYK 0.47 0.89 0 0.04
HSL 268.62º 0.91% 0.53% -
HSV(B) 268.62º 0.89% 0.96% -
XYZ 25.9 12.02 86.54 -
YUV 81.95 219.46 162.27 -
System Red Green Blue C M Y K H S L
Decimal 130 26 244 0.47 0.89 0 0.04 268.62 0.91 0.53
Hex 82 1A F4 2F 59 0 4 10D 5B 35
Octal 202 32 364 57 131 0 4 415 133 65
Binary 10000010 11010 11110100 101111 1011001 0 100 100001101 1011011 110101

Color Harmonies of #821AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821AF4

Black with #821AF4

Text Example


Text Example

White with #821AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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