#814597

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

Shades of Vivid Violet #814597

Tints of Vivid Violet #814597

Color information

#814597 (or 0x814597) is unknown color: approx Vivid Violet. HEX triplet: 81, 45 and 97. RGB value is (129,69,151). Sum of RGB (Red+Green+Blue) = 129+69+151=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 151 - color contains mainly: blue. Hex color #814597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814597 is #7EBA68. Grayscale: #606060. Windows color (decimal): -8305257 or 9913729. OLE color: 9913729.

HSL color Cylindrical-coordinate representation of color #814597: hue angle of 283.9º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #814597 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12969151-
CMYK0.150.5400.41
HSL283.9º37.27%43.14%-
HSV(B)283.9º54.3%59.22%-
XYZ16.7711.1630.55-
YUV96.29158.88151.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.96%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 151 (59.38% from 255) = 43.27%
R=36.96%
G=19.77%
B=43.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129691510.150.5400.41283.937.2743.14
Hex814597F3602911c252b
Octal20110522717660514344553
Binary1000000110001011001011111111101100101001100011100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814597; }

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

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

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

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

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

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

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

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