#82219F

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

Shades of Vivid Violet #82219F

Tints of Vivid Violet #82219F

Color information

#82219F (or 0x82219F) is unknown color: approx Vivid Violet. HEX triplet: 82, 21 and 9F. RGB value is (130,33,159). Sum of RGB (Red+Green+Blue) = 130+33+159=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #82219F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82219F is #7DDE60. Grayscale: #4B4B4B. Windows color (decimal): -8248929 or 10428802. OLE color: 10428802.

HSL color Cylindrical-coordinate representation of color #82219F: hue angle of 286.19º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82219F is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13033159-
CMYK0.180.7900.38
HSL286.19º65.62%37.65%-
HSV(B)286.19º79.25%62.35%-
XYZ16.018.3433.57-
YUV76.37174.64166.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 33 (13.28% from 255) = 10.25%
BLUE value IS 159 (62.5% from 255) = 49.38%
R=40.37%
G=10.25%
B=49.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130331590.180.7900.38286.1965.6237.65
Hex82219F124F02611e4226
Octal202412372211704643610246
Binary100000101000011001111110010100111101001101000111101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82219F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82219F; }

 p { color: rgb(130,33,159); }

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

<style>
 a { background-color: #82219F; }

 a { background-color: rgb(130,33,159); }

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

<style>
 span { border-color: #82219F; }

 span { border-color: rgb(130,33,159); }

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