Html Css Color HEX #821AED Blue Violet

📋 copy color: '#821AED'

red 130 ◦ green 26 ◦ blue 237

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

Shades of Blue Violet #821AED

Tints of Blue Violet #821AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.31%

R = 33.08%
G = 6.62%
B = 60.31%

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

#821AED (or 0x821AED) is known color: Blue Violet. HEX triplet: 82, 1A and ED. RGB value is (130,26,237). Sum of RGB (Red+Green+Blue) = 130+26+237=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #821AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821AED is #7DE512. Grayscale: #505050. Windows color (decimal): -8250643 or 15538818. OLE color: 15538818.

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

Color convert

RGB 130 26 237 -
CMYK 0.45 0.89 0 0.07
HSL 269.57º 0.85% 0.52% -
HSV(B) 269.57º 0.89% 0.93% -
XYZ 24.86 11.6 81.05 -
YUV 81.15 215.96 162.84 -
System Red Green Blue C M Y K H S L
Decimal 130 26 237 0.45 0.89 0 0.07 269.57 0.85 0.52
Hex 82 1A ED 2D 59 0 7 10E 55 34
Octal 202 32 355 55 131 0 7 416 125 64
Binary 10000010 11010 11101101 101101 1011001 0 111 100001110 1010101 110100

Color Harmonies of #821AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821AED

Black with #821AED

Text Example


Text Example

White with #821AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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