#814591

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

Shades of Vivid Violet #814591

Tints of Vivid Violet #814591

Color information

#814591 (or 0x814591) is unknown color: approx Vivid Violet. HEX triplet: 81, 45 and 91. RGB value is (129,69,145). Sum of RGB (Red+Green+Blue) = 129+69+145=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #814591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814591 is #7EBA6E. Grayscale: #5F5F5F. Windows color (decimal): -8305263 or 9520513. OLE color: 9520513.

HSL color Cylindrical-coordinate representation of color #814591: hue angle of 287.37º degrees, saturation: 0.36, 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 #814591 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12969145-
CMYK0.110.5200.43
HSL287.37º35.51%41.96%-
HSV(B)287.37º52.41%56.86%-
XYZ16.2910.9728.05-
YUV95.6155.88151.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.61%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 145 (57.03% from 255) = 42.27%
R=37.61%
G=20.12%
B=42.27%

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
Decimal129691450.110.5200.43287.3735.5141.96
Hex814591B3402B11f242a
Octal20110522113640534374452
Binary1000000110001011001000110111101000101011100011111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814591; }

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

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

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

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

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

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

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

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