#813399

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

Shades of Vivid Violet #813399

Tints of Vivid Violet #813399

Color information

#813399 (or 0x813399) is unknown color: approx Vivid Violet. HEX triplet: 81, 33 and 99. RGB value is (129,51,153). Sum of RGB (Red+Green+Blue) = 129+51+153=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #813399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813399 is #7ECC66. Grayscale: #555555. Windows color (decimal): -8309863 or 10040193. OLE color: 10040193.

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

Color convert

RGB12951153-
CMYK0.160.6700.4
HSL285.88º50%40%-
HSV(B)285.88º66.67%60%-
XYZ15.999.3331.1-
YUV85.95165.84158.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.74%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=38.74%
G=15.32%
B=45.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal129511530.160.6700.4285.885040
Hex813399104302811e3228
Octal20163231201030504366250
Binary10000001110011100110011000010000110101000100011110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813399; }

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

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

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

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

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

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

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

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