#814899

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

Shades of Vivid Violet #814899

Tints of Vivid Violet #814899

Color information

#814899 (or 0x814899) is unknown color: approx Vivid Violet. HEX triplet: 81, 48 and 99. RGB value is (129,72,153). Sum of RGB (Red+Green+Blue) = 129+72+153=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #814899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814899 is #7EB766. Grayscale: #626262. Windows color (decimal): -8304487 or 10045569. OLE color: 10045569.

HSL color Cylindrical-coordinate representation of color #814899: hue angle of 282.22º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #814899 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12972153-
CMYK0.160.5300.4
HSL282.22º36%44.12%-
HSV(B)282.22º52.94%60%-
XYZ17.1211.631.47-
YUV98.28158.88149.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 72 (28.52% from 255) = 20.34%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=36.44%
G=20.34%
B=43.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129721530.160.5300.4282.223644.12
Hex814899103502811a242c
Octal20111023120650504324454
Binary10000001100100010011001100001101010101000100011010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814899; }

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

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

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

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

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

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

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

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