#814785

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

Shades of Vivid Violet #814785

Tints of Vivid Violet #814785

Color information

#814785 (or 0x814785) is unknown color: approx Vivid Violet. HEX triplet: 81, 47 and 85. RGB value is (129,71,133). Sum of RGB (Red+Green+Blue) = 129+71+133=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #814785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814785 is #7EB87A. Grayscale: #5F5F5F. Windows color (decimal): -8304763 or 8734593. OLE color: 8734593.

HSL color Cylindrical-coordinate representation of color #814785: hue angle of 296.13º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #814785 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12971133-
CMYK0.030.4700.48
HSL296.13º30.39%40%-
HSV(B)296.13º46.62%52.16%-
XYZ15.5410.8723.47-
YUV95.41149.22151.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.74%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=38.74%
G=21.32%
B=39.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129711330.030.4700.48296.1330.3940
Hex81478532F0301281e28
Octal2011072053570604503650
Binary1000000110001111000010111101111011000010010100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814785; }

 p { color: rgb(129,71,133); }

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

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

 a { background-color: rgb(129,71,133); }

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

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

 span { border-color: rgb(129,71,133); }

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