#801899

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

Shades of Vivid Violet #801899

Tints of Vivid Violet #801899

Color information

#801899 (or 0x801899) is unknown color: approx Vivid Violet. HEX triplet: 80, 18 and 99. RGB value is (128,24,153). Sum of RGB (Red+Green+Blue) = 128+24+153=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #801899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801899 is #7FE766. Grayscale: #454545. Windows color (decimal): -8382311 or 10033280. OLE color: 10033280.

HSL color Cylindrical-coordinate representation of color #801899: hue angle of 288.37º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801899 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12824153-
CMYK0.160.8400.4
HSL288.37º72.88%34.71%-
HSV(B)288.37º84.31%60%-
XYZ14.987.5430.8-
YUV69.8174.96169.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 24 (9.77% from 255) = 7.87%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=41.97%
G=7.87%
B=50.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128241530.160.8400.4288.3772.8834.71
Hex80189910540281204923
Octal200302312012405044011143
Binary10000000110001001100110000101010001010001001000001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801899; }

 p { color: rgb(128,24,153); }

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

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

 a { background-color: rgb(128,24,153); }

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

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

 span { border-color: rgb(128,24,153); }

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