Html Css Color HEX #821CEE Blue Violet

📋 copy color: '#821CEE'

red 130 ◦ green 28 ◦ blue 238

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

Shades of Blue Violet #821CEE

Tints of Blue Violet #821CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 60.1%

R = 32.83%
G = 7.07%
B = 60.1%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#821CEE (or 0x821CEE) is known color: Blue Violet. HEX triplet: 82, 1C and EE. RGB value is (130,28,238). Sum of RGB (Red+Green+Blue) = 130+28+238=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #821CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821CEE is #7DE311. Grayscale: #515151. Windows color (decimal): -8250130 or 15604866. OLE color: 15604866.

HSL color Cylindrical-coordinate representation of color #821CEE: hue angle of 269.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821CEE is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 28 238 -
CMYK 0.45 0.88 0 0.07
HSL 269.14º 0.86% 0.52% -
HSV(B) 269.14º 0.88% 0.93% -
XYZ 25.05 11.75 81.84 -
YUV 82.44 215.79 161.92 -
System Red Green Blue C M Y K H S L
Decimal 130 28 238 0.45 0.88 0 0.07 269.14 0.86 0.52
Hex 82 1C EE 2D 58 0 7 10D 56 34
Octal 202 34 356 55 130 0 7 415 126 64
Binary 10000010 11100 11101110 101101 1011000 0 111 100001101 1010110 110100

Color Harmonies of #821CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821CEE

Black with #821CEE

Text Example


Text Example

White with #821CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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