Html Css Color HEX #821AE6 Blue Violet

📋 copy color: '#821AE6'

red 130 ◦ green 26 ◦ blue 230

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

Shades of Blue Violet #821AE6

Tints of Blue Violet #821AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 59.59%

R = 33.68%
G = 6.74%
B = 59.59%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#821AE6 (or 0x821AE6) is known color: Blue Violet. HEX triplet: 82, 1A and E6. RGB value is (130,26,230). Sum of RGB (Red+Green+Blue) = 130+26+230=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 230 (90.23% from 255 or 59.59% from 386); Max value from RGB is 230 - color contains mainly: blue. Hex color #821AE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821AE6 is #7DE519. Grayscale: #4F4F4F. Windows color (decimal): -8250650 or 15080066. OLE color: 15080066.

HSL color Cylindrical-coordinate representation of color #821AE6: hue angle of 270.59º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821AE6 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 26 230 -
CMYK 0.43 0.89 0 0.10
HSL 270.59º 0.8% 0.5% -
HSV(B) 270.59º 0.89% 0.9% -
XYZ 23.86 11.2 75.77 -
YUV 80.35 212.46 163.41 -
System Red Green Blue C M Y K H S L
Decimal 130 26 230 0.43 0.89 0 0.10 270.59 0.8 0.5
Hex 82 1A E6 2B 59 0 A 10F 50 32
Octal 202 32 346 53 131 0 12 417 120 62
Binary 10000010 11010 11100110 101011 1011001 0 1010 100001111 1010000 110010

Color Harmonies of #821AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821AE6

Black with #821AE6

Text Example


Text Example

White with #821AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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