#813494

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

Shades of Vivid Violet #813494

Tints of Vivid Violet #813494

Color information

#813494 (or 0x813494) is unknown color: approx Vivid Violet. HEX triplet: 81, 34 and 94. RGB value is (129,52,148). Sum of RGB (Red+Green+Blue) = 129+52+148=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #813494 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813494 is #7ECB6B. Grayscale: #555555. Windows color (decimal): -8309612 or 9712769. OLE color: 9712769.

HSL color Cylindrical-coordinate representation of color #813494: hue angle of 288.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #813494 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12952148-
CMYK0.130.6500.42
HSL288.12º48%39.22%-
HSV(B)288.12º64.86%58.04%-
XYZ15.639.2628.98-
YUV85.97163.01158.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=39.21%
G=15.81%
B=44.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal129521480.130.6500.42288.124839.22
Hex813494D4102A1203027
Octal20164224151010524406047
Binary1000000111010010010100110110000010101010100100000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813494; }

 p { color: rgb(129,52,148); }

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

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

 a { background-color: rgb(129,52,148); }

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

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

 span { border-color: rgb(129,52,148); }

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