#813599

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

Shades of Vivid Violet #813599

Tints of Vivid Violet #813599

Color information

#813599 (or 0x813599) is unknown color: approx Vivid Violet. HEX triplet: 81, 35 and 99. RGB value is (129,53,153). Sum of RGB (Red+Green+Blue) = 129+53+153=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #813599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813599 is #7ECA66. Grayscale: #565656. Windows color (decimal): -8309351 or 10040705. OLE color: 10040705.

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

Color convert

RGB12953153-
CMYK0.160.6500.4
HSL285.6º48.54%40.39%-
HSV(B)285.6º65.36%60%-
XYZ16.089.5131.13-
YUV87.12165.18157.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.51%
GREEN value IS 53 (21.09% from 255) = 15.82%
BLUE value IS 153 (60.16% from 255) = 45.67%
R=38.51%
G=15.82%
B=45.67%

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
Decimal129531530.160.6500.4285.648.5440.39
Hex813599104102811e3128
Octal20165231201010504366150
Binary10000001110101100110011000010000010101000100011110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813599; }

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

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

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

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

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

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

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

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