#813990

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

Shades of Vivid Violet #813990

Tints of Vivid Violet #813990

Color information

#813990 (or 0x813990) is unknown color: approx Vivid Violet. HEX triplet: 81, 39 and 90. RGB value is (129,57,144). Sum of RGB (Red+Green+Blue) = 129+57+144=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #813990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813990 is #7EC66F. Grayscale: #585858. Windows color (decimal): -8308336 or 9451905. OLE color: 9451905.

HSL color Cylindrical-coordinate representation of color #813990: hue angle of 289.66º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813990 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12957144-
CMYK0.100.6000.44
HSL289.66º43.28%39.41%-
HSV(B)289.66º60.42%56.47%-
XYZ15.559.6127.42-
YUV88.45159.35156.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.09%
GREEN value IS 57 (22.66% from 255) = 17.27%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=39.09%
G=17.27%
B=43.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129571440.100.6000.44289.6643.2839.41
Hex813990A3C02C1222b27
Octal2017122012740544425347
Binary100000011110011001000010101111000101100100100010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813990; }

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

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

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

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

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

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

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

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