#814890

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

Shades of Vivid Violet #814890

Tints of Vivid Violet #814890

Color information

#814890 (or 0x814890) is unknown color: approx Vivid Violet. HEX triplet: 81, 48 and 90. RGB value is (129,72,144). Sum of RGB (Red+Green+Blue) = 129+72+144=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #814890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814890 is #7EB76F. Grayscale: #616161. Windows color (decimal): -8304496 or 9455745. OLE color: 9455745.

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

Color convert

RGB12972144-
CMYK0.100.5000.44
HSL287.5º33.33%42.35%-
HSV(B)287.5º50%56.47%-
XYZ16.411.3227.71-
YUV97.25154.38150.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=37.39%
G=20.87%
B=41.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal129721440.100.5000.44287.533.3342.35
Hex814890A3202C120212a
Octal20111022012620544404152
Binary1000000110010001001000010101100100101100100100000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814890; }

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

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

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

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

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

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

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

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