#814799

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

Shades of Vivid Violet #814799

Tints of Vivid Violet #814799

Color information

#814799 (or 0x814799) is unknown color: approx Vivid Violet. HEX triplet: 81, 47 and 99. RGB value is (129,71,153). Sum of RGB (Red+Green+Blue) = 129+71+153=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #814799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814799 is #7EB866. Grayscale: #616161. Windows color (decimal): -8304743 or 10045313. OLE color: 10045313.

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

Color convert

RGB12971153-
CMYK0.160.5400.4
HSL282.44º36.61%43.92%-
HSV(B)282.44º53.59%60%-
XYZ17.0611.4731.45-
YUV97.69159.22150.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 71 (28.12% from 255) = 20.11%
BLUE value IS 153 (60.16% from 255) = 43.34%
R=36.54%
G=20.11%
B=43.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129711530.160.5400.4282.4436.6143.92
Hex814799103602811a252c
Octal20110723120660504324554
Binary10000001100011110011001100001101100101000100011010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814799; }

 p { color: rgb(129,71,153); }

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

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

 a { background-color: rgb(129,71,153); }

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

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

 span { border-color: rgb(129,71,153); }

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