#814686

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

Shades of Vivid Violet #814686

Tints of Vivid Violet #814686

Color information

#814686 (or 0x814686) is unknown color: approx Vivid Violet. HEX triplet: 81, 46 and 86. RGB value is (129,70,134). Sum of RGB (Red+Green+Blue) = 129+70+134=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #814686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814686 is #7EB979. Grayscale: #5E5E5E. Windows color (decimal): -8305018 or 8799873. OLE color: 8799873.

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

Color convert

RGB12970134-
CMYK0.040.4800.47
HSL295.31º31.37%40%-
HSV(B)295.31º47.76%52.55%-
XYZ15.5510.7723.81-
YUV94.94150.05152.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.74%
GREEN value IS 70 (27.73% from 255) = 21.02%
BLUE value IS 134 (52.73% from 255) = 40.24%
R=38.74%
G=21.02%
B=40.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129701340.040.4800.47295.3131.3740
Hex81468643002F1271f28
Octal2011062064600574473750
Binary10000001100011010000110100110000010111110010011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814686; }

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

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

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

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

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

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

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

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