#813899

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

Shades of Vivid Violet #813899

Tints of Vivid Violet #813899

Color information

#813899 (or 0x813899) is unknown color: approx Vivid Violet. HEX triplet: 81, 38 and 99. RGB value is (129,56,153). Sum of RGB (Red+Green+Blue) = 129+56+153=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #813899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813899 is #7EC766. Grayscale: #585858. Windows color (decimal): -8308583 or 10041473. OLE color: 10041473.

HSL color Cylindrical-coordinate representation of color #813899: hue angle of 285.15º 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 #813899 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12956153-
CMYK0.160.6300.4
HSL285.15º46.41%40.98%-
HSV(B)285.15º63.4%60%-
XYZ16.229.831.17-
YUV88.88164.18156.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.17%
GREEN value IS 56 (22.27% from 255) = 16.57%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=38.17%
G=16.57%
B=45.27%

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
Decimal129561530.160.6300.4285.1546.4140.98
Hex813899103F02811d2e29
Octal2017023120770504355651
Binary1000000111100010011001100001111110101000100011101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813899; }

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

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

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

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

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

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

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

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