#813496

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

Shades of Vivid Violet #813496

Tints of Vivid Violet #813496

Color information

#813496 (or 0x813496) is unknown color: approx Vivid Violet. HEX triplet: 81, 34 and 96. RGB value is (129,52,150). Sum of RGB (Red+Green+Blue) = 129+52+150=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #813496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813496 is #7ECB69. Grayscale: #555555. Windows color (decimal): -8309610 or 9843841. OLE color: 9843841.

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

Color convert

RGB12952150-
CMYK0.140.6500.41
HSL287.14º48.51%39.61%-
HSV(B)287.14º65.33%58.82%-
XYZ15.799.3329.82-
YUV86.2164.01158.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 150 (58.98% from 255) = 45.32%
R=38.97%
G=15.71%
B=45.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129521500.140.6500.41287.1448.5139.61
Hex813496E4102911f3128
Octal20164226161010514376150
Binary1000000111010010010110111010000010101001100011111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813496; }

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

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

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

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

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

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

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

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