#814786

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

Shades of Vivid Violet #814786

Tints of Vivid Violet #814786

Color information

#814786 (or 0x814786) is unknown color: approx Vivid Violet. HEX triplet: 81, 47 and 86. RGB value is (129,71,134). Sum of RGB (Red+Green+Blue) = 129+71+134=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #814786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814786 is #7EB879. Grayscale: #5F5F5F. Windows color (decimal): -8304762 or 8800129. OLE color: 8800129.

HSL color Cylindrical-coordinate representation of color #814786: hue angle of 295.24º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #814786 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12971134-
CMYK0.040.4700.47
HSL295.24º30.73%40.2%-
HSV(B)295.24º47.01%52.55%-
XYZ15.6110.8923.83-
YUV95.52149.72151.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.62%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 134 (52.73% from 255) = 40.12%
R=38.62%
G=21.26%
B=40.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129711340.040.4700.47295.2430.7340.2
Hex81478642F02F1271f28
Octal2011072064570574473750
Binary10000001100011110000110100101111010111110010011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814786; }

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

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

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

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

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

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

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

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