Html Css Color HEX #821CEC Blue Violet

📋 copy color: '#821CEC'

red 130 ◦ green 28 ◦ blue 236

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

Shades of Blue Violet #821CEC

Tints of Blue Violet #821CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.9%

R = 32.99%
G = 7.11%
B = 59.9%

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

#821CEC (or 0x821CEC) is known color: Blue Violet. HEX triplet: 82, 1C and EC. RGB value is (130,28,236). Sum of RGB (Red+Green+Blue) = 130+28+236=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #821CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821CEC is #7DE313. Grayscale: #515151. Windows color (decimal): -8250132 or 15473794. OLE color: 15473794.

HSL color Cylindrical-coordinate representation of color #821CEC: hue angle of 269.42º degrees, saturation: 0.85, 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 #821CEC is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 28 236 -
CMYK 0.45 0.88 0 0.07
HSL 269.42º 0.85% 0.52% -
HSV(B) 269.42º 0.88% 0.93% -
XYZ 24.76 11.63 80.3 -
YUV 82.21 214.79 162.09 -
System Red Green Blue C M Y K H S L
Decimal 130 28 236 0.45 0.88 0 0.07 269.42 0.85 0.52
Hex 82 1C EC 2D 58 0 7 10D 55 34
Octal 202 34 354 55 130 0 7 415 125 64
Binary 10000010 11100 11101100 101101 1011000 0 111 100001101 1010101 110100

Color Harmonies of #821CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821CEC

Black with #821CEC

Text Example


Text Example

White with #821CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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