Html Css Color HEX #821DF9 Blue Violet

📋 copy color: '#821DF9'

red 130 ◦ green 29 ◦ blue 249

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

Shades of Blue Violet #821DF9

Tints of Blue Violet #821DF9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.11%

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

R = 31.86%
G = 7.11%
B = 61.03%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#821DF9 (or 0x821DF9) is known color: Blue Violet. HEX triplet: 82, 1D and F9. RGB value is (130,29,249). Sum of RGB (Red+Green+Blue) = 130+29+249=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 249 (97.66% from 255 or 61.03% from 408); Max value from RGB is 249 - color contains mainly: blue. Hex color #821DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821DF9 is #7DE206. Grayscale: #535353. Windows color (decimal): -8249863 or 16326018. OLE color: 16326018.

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

Color convert

RGB 130 29 249 -
CMYK 0.48 0.88 0 0.02
HSL 267.55º 0.95% 0.55% -
HSV(B) 267.55º 0.88% 0.98% -
XYZ 26.74 12.46 90.62 -
YUV 84.28 220.96 160.61 -
System Red Green Blue C M Y K H S L
Decimal 130 29 249 0.48 0.88 0 0.02 267.55 0.95 0.55
Hex 82 1D F9 30 58 0 2 10C 5F 37
Octal 202 35 371 60 130 0 2 414 137 67
Binary 10000010 11101 11111001 110000 1011000 0 10 100001100 1011111 110111

Color Harmonies of #821DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821DF9

Black with #821DF9

Text Example


Text Example

White with #821DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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