#814989

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

Shades of Vivid Violet #814989

Tints of Vivid Violet #814989

Color information

#814989 (or 0x814989) is unknown color: approx Vivid Violet. HEX triplet: 81, 49 and 89. RGB value is (129,73,137). Sum of RGB (Red+Green+Blue) = 129+73+137=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #814989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814989 is #7EB676. Grayscale: #606060. Windows color (decimal): -8304247 or 8997249. OLE color: 8997249.

HSL color Cylindrical-coordinate representation of color #814989: hue angle of 292.5º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #814989 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12973137-
CMYK0.060.4700.46
HSL292.5º30.48%41.18%-
HSV(B)292.5º46.72%53.73%-
XYZ15.9511.2425-
YUV97.04150.55150.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 137 (53.91% from 255) = 40.41%
R=38.05%
G=21.53%
B=40.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129731370.060.4700.46292.530.4841.18
Hex81498962F02E1241e29
Octal2011112116570564443651
Binary10000001100100110001001110101111010111010010010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814989; }

 p { color: rgb(129,73,137); }

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

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

 a { background-color: rgb(129,73,137); }

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

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

 span { border-color: rgb(129,73,137); }

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