Html Css Color HEX #821AEC Blue Violet

📋 copy color: '#821AEC'

red 130 ◦ green 26 ◦ blue 236

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

Shades of Blue Violet #821AEC

Tints of Blue Violet #821AEC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.63%

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

R = 33.16%
G = 6.63%
B = 60.2%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#821AEC (or 0x821AEC) is known color: Blue Violet. HEX triplet: 82, 1A and EC. RGB value is (130,26,236). Sum of RGB (Red+Green+Blue) = 130+26+236=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #821AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821AEC is #7DE513. Grayscale: #505050. Windows color (decimal): -8250644 or 15473282. OLE color: 15473282.

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

Color convert

RGB 130 26 236 -
CMYK 0.45 0.89 0 0.07
HSL 269.71º 0.85% 0.51% -
HSV(B) 269.71º 0.89% 0.93% -
XYZ 24.72 11.54 80.28 -
YUV 81.04 215.46 162.92 -
System Red Green Blue C M Y K H S L
Decimal 130 26 236 0.45 0.89 0 0.07 269.71 0.85 0.51
Hex 82 1A EC 2D 59 0 7 10E 55 33
Octal 202 32 354 55 131 0 7 416 125 63
Binary 10000010 11010 11101100 101101 1011001 0 111 100001110 1010101 110011

Color Harmonies of #821AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821AEC

Black with #821AEC

Text Example


Text Example

White with #821AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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