Html Css Color HEX #821AF6 Blue Violet

📋 copy color: '#821AF6'

red 130 ◦ green 26 ◦ blue 246

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

Shades of Blue Violet #821AF6

Tints of Blue Violet #821AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 61.19%

R = 32.34%
G = 6.47%
B = 61.19%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#821AF6 (or 0x821AF6) is known color: Blue Violet. HEX triplet: 82, 1A and F6. RGB value is (130,26,246). Sum of RGB (Red+Green+Blue) = 130+26+246=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 246 (96.48% from 255 or 61.19% from 402); Max value from RGB is 246 - color contains mainly: blue. Hex color #821AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #821AF6 is #7DE509. Grayscale: #515151. Windows color (decimal): -8250634 or 16128642. OLE color: 16128642.

HSL color Cylindrical-coordinate representation of color #821AF6: hue angle of 268.36º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821AF6 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 130 26 246 -
CMYK 0.47 0.89 0 0.04
HSL 268.36º 0.92% 0.53% -
HSV(B) 268.36º 0.89% 0.96% -
XYZ 26.21 12.14 88.15 -
YUV 82.18 220.46 162.11 -
System Red Green Blue C M Y K H S L
Decimal 130 26 246 0.47 0.89 0 0.04 268.36 0.92 0.53
Hex 82 1A F6 2F 59 0 4 10C 5C 35
Octal 202 32 366 57 131 0 4 414 134 65
Binary 10000010 11010 11110110 101111 1011001 0 100 100001100 1011100 110101

Color Harmonies of #821AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821AF6

Black with #821AF6

Text Example


Text Example

White with #821AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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