#80199E

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

Shades of Vivid Violet #80199E

Tints of Vivid Violet #80199E

Color information

#80199E (or 0x80199E) is unknown color: approx Vivid Violet. HEX triplet: 80, 19 and 9E. RGB value is (128,25,158). Sum of RGB (Red+Green+Blue) = 128+25+158=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #80199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80199E is #7FE661. Grayscale: #464646. Windows color (decimal): -8382050 or 10361216. OLE color: 10361216.

HSL color Cylindrical-coordinate representation of color #80199E: hue angle of 286.47º 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 #80199E is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12825158-
CMYK0.190.8400.38
HSL286.47º72.68%35.88%-
HSV(B)286.47º84.18%61.96%-
XYZ15.427.7533.03-
YUV70.96177.12168.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 25 (10.16% from 255) = 8.04%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=41.16%
G=8.04%
B=50.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128251580.190.8400.38286.4772.6835.88
Hex80199E135402611e4924
Octal200312362312404643611144
Binary10000000110011001111010011101010001001101000111101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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