Html Css Color HEX #821CFA Blue Violet

📋 copy color: '#821CFA'

red 130 ◦ green 28 ◦ blue 250

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

Shades of Blue Violet #821CFA

Tints of Blue Violet #821CFA

RGB

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

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

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

R = 31.86%
G = 6.86%
B = 61.27%

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

#821CFA (or 0x821CFA) is known color: Blue Violet. HEX triplet: 82, 1C and FA. RGB value is (130,28,250). Sum of RGB (Red+Green+Blue) = 130+28+250=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #821CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821CFA is #7DE305. Grayscale: #535353. Windows color (decimal): -8250118 or 16391298. OLE color: 16391298.

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

Color convert

RGB 130 28 250 -
CMYK 0.48 0.89 0 0.02
HSL 267.57º 0.96% 0.55% -
HSV(B) 267.57º 0.89% 0.98% -
XYZ 26.88 12.48 91.43 -
YUV 83.81 221.79 160.95 -
System Red Green Blue C M Y K H S L
Decimal 130 28 250 0.48 0.89 0 0.02 267.57 0.96 0.55
Hex 82 1C FA 30 59 0 2 10C 60 37
Octal 202 34 372 60 131 0 2 414 140 67
Binary 10000010 11100 11111010 110000 1011001 0 10 100001100 1100000 110111

Color Harmonies of #821CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821CFA

Black with #821CFA

Text Example


Text Example

White with #821CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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