#814586

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

Shades of Vivid Violet #814586

Tints of Vivid Violet #814586

Color information

#814586 (or 0x814586) is unknown color: approx Vivid Violet. HEX triplet: 81, 45 and 86. RGB value is (129,69,134). Sum of RGB (Red+Green+Blue) = 129+69+134=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #814586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814586 is #7EBA79. Grayscale: #5E5E5E. Windows color (decimal): -8305274 or 8799617. OLE color: 8799617.

HSL color Cylindrical-coordinate representation of color #814586: hue angle of 295.38º 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 #814586 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12969134-
CMYK0.040.4900.47
HSL295.38º32.02%39.8%-
HSV(B)295.38º48.51%52.55%-
XYZ15.4810.6423.79-
YUV94.35150.38152.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 69 (27.34% from 255) = 20.78%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=38.86%
G=20.78%
B=40.36%

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
Decimal129691340.040.4900.47295.3832.0239.8
Hex81458643102F1272028
Octal2011052064610574474050
Binary100000011000101100001101001100010101111100100111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814586; }

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

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

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

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

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

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

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

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