#813191

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

Shades of Vivid Violet #813191

Tints of Vivid Violet #813191

Color information

#813191 (or 0x813191) is unknown color: approx Vivid Violet. HEX triplet: 81, 31 and 91. RGB value is (129,49,145). Sum of RGB (Red+Green+Blue) = 129+49+145=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #813191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813191 is #7ECE6E. Grayscale: #535353. Windows color (decimal): -8310383 or 9515393. OLE color: 9515393.

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

Color convert

RGB12949145-
CMYK0.110.6600.43
HSL290º49.48%38.04%-
HSV(B)290º66.21%56.86%-
XYZ15.268.9127.7-
YUV83.86162.5160.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.94%
GREEN value IS 49 (19.53% from 255) = 15.17%
BLUE value IS 145 (57.03% from 255) = 44.89%
R=39.94%
G=15.17%
B=44.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal129491450.110.6600.4329049.4838.04
Hex813191B4202B1223126
Octal20161221131020534426146
Binary1000000111000110010001101110000100101011100100010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813191; }

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

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

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

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

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

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

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

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