Html Css Color HEX #821CFB Blue Violet

📋 copy color: '#821CFB'

red 130 ◦ green 28 ◦ blue 251

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

Shades of Blue Violet #821CFB

Tints of Blue Violet #821CFB

RGB

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

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

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

R = 31.78%
G = 6.85%
B = 61.37%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#821CFB (or 0x821CFB) is known color: Blue Violet. HEX triplet: 82, 1C and FB. RGB value is (130,28,251). Sum of RGB (Red+Green+Blue) = 130+28+251=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #821CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821CFB is #7DE304. Grayscale: #535353. Windows color (decimal): -8250117 or 16456834. OLE color: 16456834.

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

Color convert

RGB 130 28 251 -
CMYK 0.48 0.89 0 0.02
HSL 267.44º 0.97% 0.55% -
HSV(B) 267.44º 0.89% 0.98% -
XYZ 27.03 12.54 92.26 -
YUV 83.92 222.29 160.87 -
System Red Green Blue C M Y K H S L
Decimal 130 28 251 0.48 0.89 0 0.02 267.44 0.97 0.55
Hex 82 1C FB 30 59 0 2 10B 61 37
Octal 202 34 373 60 131 0 2 413 141 67
Binary 10000010 11100 11111011 110000 1011001 0 10 100001011 1100001 110111

Color Harmonies of #821CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821CFB

Black with #821CFB

Text Example


Text Example

White with #821CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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