#813190

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

Shades of Vivid Violet #813190

Tints of Vivid Violet #813190

Color information

#813190 (or 0x813190) is unknown color: approx Vivid Violet. HEX triplet: 81, 31 and 90. RGB value is (129,49,144). Sum of RGB (Red+Green+Blue) = 129+49+144=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #813190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813190 is #7ECE6F. Grayscale: #535353. Windows color (decimal): -8310384 or 9449857. OLE color: 9449857.

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

Color convert

RGB12949144-
CMYK0.100.6600.44
HSL290.53º49.22%37.84%-
HSV(B)290.53º65.97%56.47%-
XYZ15.198.8827.3-
YUV83.75162160.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.06%
GREEN value IS 49 (19.53% from 255) = 15.22%
BLUE value IS 144 (56.64% from 255) = 44.72%
R=40.06%
G=15.22%
B=44.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129491440.100.6600.44290.5349.2237.84
Hex813190A4202C1233126
Octal20161220121020544436146
Binary1000000111000110010000101010000100101100100100011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813190; }

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

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

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

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

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

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

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

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