#821FA8

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

Shades of Vivid Violet #821FA8

Tints of Vivid Violet #821FA8

Color information

#821FA8 (or 0x821FA8) is unknown color: approx Vivid Violet. HEX triplet: 82, 1F and A8. RGB value is (130,31,168). Sum of RGB (Red+Green+Blue) = 130+31+168=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 168 (66.02% from 255 or 51.06% from 329); Max value from RGB is 168 - color contains mainly: blue. Hex color #821FA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821FA8 is #7DE057. Grayscale: #4B4B4B. Windows color (decimal): -8249432 or 11018114. OLE color: 11018114.

HSL color Cylindrical-coordinate representation of color #821FA8: hue angle of 283.36º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821FA8 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13031168-
CMYK0.230.8200.34
HSL283.36º68.84%39.02%-
HSV(B)283.36º81.55%65.88%-
XYZ16.768.5537.81-
YUV76.22179.8166.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 31 (12.5% from 255) = 9.42%
BLUE value IS 168 (66.02% from 255) = 51.06%
R=39.51%
G=9.42%
B=51.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal130311680.230.8200.34283.3668.8439.02
Hex821FA8175202211b4527
Octal202372502712204243310547
Binary10000010111111010100010111101001001000101000110111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,31,168); }

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

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

 a { background-color: rgb(130,31,168); }

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

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

 span { border-color: rgb(130,31,168); }

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