#814691

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

Shades of Vivid Violet #814691

Tints of Vivid Violet #814691

Color information

#814691 (or 0x814691) is unknown color: approx Vivid Violet. HEX triplet: 81, 46 and 91. RGB value is (129,70,145). Sum of RGB (Red+Green+Blue) = 129+70+145=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #814691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814691 is #7EB96E. Grayscale: #5F5F5F. Windows color (decimal): -8305007 or 9520769. OLE color: 9520769.

HSL color Cylindrical-coordinate representation of color #814691: hue angle of 287.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #814691 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12970145-
CMYK0.110.5200.43
HSL287.2º34.88%42.16%-
HSV(B)287.2º51.72%56.86%-
XYZ16.3511.0928.07-
YUV96.19155.55151.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 145 (57.03% from 255) = 42.15%
R=37.5%
G=20.35%
B=42.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal129701450.110.5200.43287.234.8842.16
Hex814691B3402B11f232a
Octal20110622113640534374352
Binary1000000110001101001000110111101000101011100011111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814691; }

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

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

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

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

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

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

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

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