#82199E

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

Shades of Vivid Violet #82199E

Tints of Vivid Violet #82199E

Color information

#82199E (or 0x82199E) is unknown color: approx Vivid Violet. HEX triplet: 82, 19 and 9E. RGB value is (130,25,158). Sum of RGB (Red+Green+Blue) = 130+25+158=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #82199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82199E is #7DE661. Grayscale: #474747. Windows color (decimal): -8250978 or 10361218. OLE color: 10361218.

HSL color Cylindrical-coordinate representation of color #82199E: hue angle of 287.37º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82199E is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13025158-
CMYK0.180.8400.38
HSL287.37º72.68%35.88%-
HSV(B)287.37º84.18%61.96%-
XYZ15.737.9133.05-
YUV71.56176.79169.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.53%
GREEN value IS 25 (10.16% from 255) = 7.99%
BLUE value IS 158 (62.11% from 255) = 50.48%
R=41.53%
G=7.99%
B=50.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130251580.180.8400.38287.3772.6835.88
Hex82199E125402611f4924
Octal202312362212404643711144
Binary10000010110011001111010010101010001001101000111111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82199E; }

 p { color: rgb(130,25,158); }

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

<style>
 a { background-color: #82199E; }

 a { background-color: rgb(130,25,158); }

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

<style>
 span { border-color: #82199E; }

 span { border-color: rgb(130,25,158); }

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