#814587

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

Shades of Vivid Violet #814587

Tints of Vivid Violet #814587

Color information

#814587 (or 0x814587) is unknown color: approx Vivid Violet. HEX triplet: 81, 45 and 87. RGB value is (129,69,135). Sum of RGB (Red+Green+Blue) = 129+69+135=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #814587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814587 is #7EBA78. Grayscale: #5E5E5E. Windows color (decimal): -8305273 or 8865153. OLE color: 8865153.

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

Color convert

RGB12969135-
CMYK0.040.4900.47
HSL294.55º32.35%40%-
HSV(B)294.55º48.89%52.94%-
XYZ15.5510.6724.16-
YUV94.46150.88152.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.74%
GREEN value IS 69 (27.34% from 255) = 20.72%
BLUE value IS 135 (53.12% from 255) = 40.54%
R=38.74%
G=20.72%
B=40.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129691350.040.4900.47294.5532.3540
Hex81458743102F1272028
Octal2011052074610574474050
Binary100000011000101100001111001100010101111100100111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814587; }

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

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

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

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

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

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

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

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