#814887

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

Shades of Vivid Violet #814887

Tints of Vivid Violet #814887

Color information

#814887 (or 0x814887) is unknown color: approx Vivid Violet. HEX triplet: 81, 48 and 87. RGB value is (129,72,135). Sum of RGB (Red+Green+Blue) = 129+72+135=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #814887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814887 is #7EB778. Grayscale: #606060. Windows color (decimal): -8304505 or 8865921. OLE color: 8865921.

HSL color Cylindrical-coordinate representation of color #814887: hue angle of 294.29º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #814887 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12972135-
CMYK0.040.4700.47
HSL294.29º30.43%40.59%-
HSV(B)294.29º46.67%52.94%-
XYZ15.7411.0524.22-
YUV96.22149.88151.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=38.39%
G=21.43%
B=40.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129721350.040.4700.47294.2930.4340.59
Hex81488742F02F1261e29
Octal2011102074570574463651
Binary10000001100100010000111100101111010111110010011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814887; }

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

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

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

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

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

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

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

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