#812990

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

Shades of Vivid Violet #812990

Tints of Vivid Violet #812990

Color information

#812990 (or 0x812990) is unknown color: approx Vivid Violet. HEX triplet: 81, 29 and 90. RGB value is (129,41,144). Sum of RGB (Red+Green+Blue) = 129+41+144=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #812990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812990 is #7ED66F. Grayscale: #4E4E4E. Windows color (decimal): -8312432 or 9447809. OLE color: 9447809.

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

Color convert

RGB12941144-
CMYK0.100.7200.44
HSL291.26º55.68%36.27%-
HSV(B)291.26º71.53%56.47%-
XYZ14.888.2727.2-
YUV79.05164.65163.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 41 (16.41% from 255) = 13.06%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=41.08%
G=13.06%
B=45.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129411440.100.7200.44291.2655.6836.27
Hex812990A4802C1233824
Octal20151220121100544437044
Binary1000000110100110010000101010010000101100100100011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812990; }

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

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

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

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

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

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

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

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