Html Css Color HEX #821CF8 Blue Violet

📋 copy color: '#821CF8'

red 130 ◦ green 28 ◦ blue 248

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

Shades of Blue Violet #821CF8

Tints of Blue Violet #821CF8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.9%

 BLUE value IS 248 (97.27% from 255) = 61.08%

R = 32.02%
G = 6.9%
B = 61.08%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#821CF8 (or 0x821CF8) is known color: Blue Violet. HEX triplet: 82, 1C and F8. RGB value is (130,28,248). Sum of RGB (Red+Green+Blue) = 130+28+248=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 248 (97.27% from 255 or 61.08% from 406); Max value from RGB is 248 - color contains mainly: blue. Hex color #821CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821CF8 is #7DE307. Grayscale: #525252. Windows color (decimal): -8250120 or 16260226. OLE color: 16260226.

HSL color Cylindrical-coordinate representation of color #821CF8: hue angle of 267.82º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821CF8 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 28 248 -
CMYK 0.48 0.89 0 0.03
HSL 267.82º 0.94% 0.54% -
HSV(B) 267.82º 0.89% 0.97% -
XYZ 26.56 12.35 89.79 -
YUV 83.58 220.79 161.11 -
System Red Green Blue C M Y K H S L
Decimal 130 28 248 0.48 0.89 0 0.03 267.82 0.94 0.54
Hex 82 1C F8 30 59 0 3 10C 5E 36
Octal 202 34 370 60 131 0 3 414 136 66
Binary 10000010 11100 11111000 110000 1011001 0 11 100001100 1011110 110110

Color Harmonies of #821CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821CF8

Black with #821CF8

Text Example


Text Example

White with #821CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,28,248); }

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

background-color css

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

 a { background-color: rgb(130,28,248); }

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

border-color css

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

 span { border-color: rgb(130,28,248); }

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