#813699

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

Shades of Vivid Violet #813699

Tints of Vivid Violet #813699

Color information

#813699 (or 0x813699) is unknown color: approx Vivid Violet. HEX triplet: 81, 36 and 99. RGB value is (129,54,153). Sum of RGB (Red+Green+Blue) = 129+54+153=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #813699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813699 is #7EC966. Grayscale: #575757. Windows color (decimal): -8309095 or 10040961. OLE color: 10040961.

HSL color Cylindrical-coordinate representation of color #813699: hue angle of 285.45º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #813699 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12954153-
CMYK0.160.6500.4
HSL285.45º47.83%40.59%-
HSV(B)285.45º64.71%60%-
XYZ16.129.6131.14-
YUV87.71164.85157.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 54 (21.48% from 255) = 16.07%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=38.39%
G=16.07%
B=45.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129541530.160.6500.4285.4547.8340.59
Hex813699104102811d3029
Octal20166231201010504356051
Binary10000001110110100110011000010000010101000100011101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813699; }

 p { color: rgb(129,54,153); }

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

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

 a { background-color: rgb(129,54,153); }

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

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

 span { border-color: rgb(129,54,153); }

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