#814789

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

Shades of Vivid Violet #814789

Tints of Vivid Violet #814789

Color information

#814789 (or 0x814789) is unknown color: approx Vivid Violet. HEX triplet: 81, 47 and 89. RGB value is (129,71,137). Sum of RGB (Red+Green+Blue) = 129+71+137=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #814789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814789 is #7EB876. Grayscale: #5F5F5F. Windows color (decimal): -8304759 or 8996737. OLE color: 8996737.

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

Color convert

RGB12971137-
CMYK0.060.4800.46
HSL292.73º31.73%40.78%-
HSV(B)292.73º48.18%53.73%-
XYZ15.8210.9824.95-
YUV95.87151.22151.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.28%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 137 (53.91% from 255) = 40.65%
R=38.28%
G=21.07%
B=40.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal129711370.060.4800.46292.7331.7340.78
Hex81478963002E1252029
Octal2011072116600564454051
Binary100000011000111100010011101100000101110100100101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814789; }

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

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

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

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

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

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

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

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