Html Css Color HEX #821DFB Blue Violet

📋 copy color: '#821DFB'

red 130 ◦ green 29 ◦ blue 251

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

Shades of Blue Violet #821DFB

Tints of Blue Violet #821DFB

RGB

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

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

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

R = 31.71%
G = 7.07%
B = 61.22%

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

#821DFB (or 0x821DFB) is known color: Blue Violet. HEX triplet: 82, 1D and FB. RGB value is (130,29,251). Sum of RGB (Red+Green+Blue) = 130+29+251=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #821DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821DFB is #7DE204. Grayscale: #535353. Windows color (decimal): -8249861 or 16457090. OLE color: 16457090.

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

Color convert

RGB 130 29 251 -
CMYK 0.48 0.88 0 0.02
HSL 267.3º 0.97% 0.55% -
HSV(B) 267.3º 0.88% 0.98% -
XYZ 27.06 12.59 92.27 -
YUV 84.51 221.96 160.45 -
System Red Green Blue C M Y K H S L
Decimal 130 29 251 0.48 0.88 0 0.02 267.3 0.97 0.55
Hex 82 1D FB 30 58 0 2 10B 61 37
Octal 202 35 373 60 130 0 2 413 141 67
Binary 10000010 11101 11111011 110000 1011000 0 10 100001011 1100001 110111

Color Harmonies of #821DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821DFB

Black with #821DFB

Text Example


Text Example

White with #821DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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