#814291

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

Shades of Vivid Violet #814291

Tints of Vivid Violet #814291

Color information

#814291 (or 0x814291) is unknown color: approx Vivid Violet. HEX triplet: 81, 42 and 91. RGB value is (129,66,145). Sum of RGB (Red+Green+Blue) = 129+66+145=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #814291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814291 is #7EBD6E. Grayscale: #5D5D5D. Windows color (decimal): -8306031 or 9519745. OLE color: 9519745.

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

Color convert

RGB12966145-
CMYK0.110.5400.43
HSL287.85º37.44%41.37%-
HSV(B)287.85º54.48%56.86%-
XYZ16.1110.6127.99-
YUV93.84156.87153.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 145 (57.03% from 255) = 42.65%
R=37.94%
G=19.41%
B=42.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal129661450.110.5400.43287.8537.4441.37
Hex814291B3602B1202529
Octal20110222113660534404551
Binary1000000110000101001000110111101100101011100100000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814291; }

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

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

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

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

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

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

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

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