#821AD0

Color #821AD0 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #821AD0

Tints of Blue Violet #821AD0

Color information

#821AD0 (or 0x821AD0) is unknown color: approx Blue Violet. HEX triplet: 82, 1A and D0. RGB value is (130,26,208). Sum of RGB (Red+Green+Blue) = 130+26+208=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 208 (81.64% from 255 or 57.14% from 364); Max value from RGB is 208 - color contains mainly: blue. Hex color #821AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821AD0 is #7DE52F. Grayscale: #4D4D4D. Windows color (decimal): -8250672 or 13638274. OLE color: 13638274.

HSL color Cylindrical-coordinate representation of color #821AD0: hue angle of 274.29º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821AD0 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13026208-
CMYK0.380.8800.18
HSL274.29º77.78%45.88%-
HSV(B)274.29º87.5%81.57%-
XYZ20.9610.0460.51-
YUV77.84201.46165.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 26 (10.55% from 255) = 7.14%
BLUE value IS 208 (81.64% from 255) = 57.14%
R=35.71%
G=7.14%
B=57.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130262080.380.8800.18274.2977.7845.88
Hex821AD026580121124e2e
Octal202323204613002242211656
Binary10000010110101101000010011010110000100101000100101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #821AD0;
 }
 .AnyTagClassName
 {
   color: #821AD0;
 }
</style>
background-color css

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

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

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

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

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

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