Html Css Color HEX #821CFE Blue Violet

📋 copy color: '#821CFE'

red 130 ◦ green 28 ◦ blue 254

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

Shades of Blue Violet #821CFE

Tints of Blue Violet #821CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.65%

R = 31.55%
G = 6.8%
B = 61.65%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#821CFE (or 0x821CFE) is known color: Blue Violet. HEX triplet: 82, 1C and FE. RGB value is (130,28,254). Sum of RGB (Red+Green+Blue) = 130+28+254=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #821CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821CFE is #7DE301. Grayscale: #535353. Windows color (decimal): -8250114 or 16653442. OLE color: 16653442.

HSL color Cylindrical-coordinate representation of color #821CFE: hue angle of 267.08º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821CFE is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 28 254 -
CMYK 0.49 0.89 0 0.00
HSL 267.08º 0.99% 0.55% -
HSV(B) 267.08º 0.89% 1% -
XYZ 27.51 12.73 94.77 -
YUV 84.26 223.79 160.62 -
System Red Green Blue C M Y K H S L
Decimal 130 28 254 0.49 0.89 0 0.00 267.08 0.99 0.55
Hex 82 1C FE 31 59 0 0 10B 63 37
Octal 202 34 376 61 131 0 0 413 143 67
Binary 10000010 11100 11111110 110001 1011001 0 0 100001011 1100011 110111

Color Harmonies of #821CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821CFE

Black with #821CFE

Text Example


Text Example

White with #821CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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