#813999

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

Shades of Vivid Violet #813999

Tints of Vivid Violet #813999

Color information

#813999 (or 0x813999) is unknown color: approx Vivid Violet. HEX triplet: 81, 39 and 99. RGB value is (129,57,153). Sum of RGB (Red+Green+Blue) = 129+57+153=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #813999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813999 is #7EC666. Grayscale: #595959. Windows color (decimal): -8308327 or 10041729. OLE color: 10041729.

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

Color convert

RGB12957153-
CMYK0.160.6300.4
HSL285º45.71%41.18%-
HSV(B)285º62.75%60%-
XYZ16.279.8931.19-
YUV89.47163.85156.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 57 (22.66% from 255) = 16.81%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=38.05%
G=16.81%
B=45.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129571530.160.6300.428545.7141.18
Hex813999103F02811d2e29
Octal2017123120770504355651
Binary1000000111100110011001100001111110101000100011101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813999; }

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

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

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

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

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

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

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

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