Html Css Color HEX #821EFA Blue Violet

📋 copy color: '#821EFA'

red 130 ◦ green 30 ◦ blue 250

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

Shades of Blue Violet #821EFA

Tints of Blue Violet #821EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.32%

 BLUE value IS 250 (98.05% from 255) = 60.98%

R = 31.71%
G = 7.32%
B = 60.98%

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

#821EFA (or 0x821EFA) is known color: Blue Violet. HEX triplet: 82, 1E and FA. RGB value is (130,30,250). Sum of RGB (Red+Green+Blue) = 130+30+250=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #821EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821EFA is #7DE105. Grayscale: #545454. Windows color (decimal): -8249606 or 16391810. OLE color: 16391810.

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

Color convert

RGB 130 30 250 -
CMYK 0.48 0.88 0 0.02
HSL 267.27º 0.96% 0.55% -
HSV(B) 267.27º 0.88% 0.98% -
XYZ 26.93 12.58 91.45 -
YUV 84.98 221.13 160.11 -
System Red Green Blue C M Y K H S L
Decimal 130 30 250 0.48 0.88 0 0.02 267.27 0.96 0.55
Hex 82 1E FA 30 58 0 2 10B 60 37
Octal 202 36 372 60 130 0 2 413 140 67
Binary 10000010 11110 11111010 110000 1011000 0 10 100001011 1100000 110111

Color Harmonies of #821EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821EFA

Black with #821EFA

Text Example


Text Example

White with #821EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,30,250); }

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

background-color css

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

 a { background-color: rgb(130,30,250); }

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

border-color css

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

 span { border-color: rgb(130,30,250); }

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