#813696

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

Shades of Vivid Violet #813696

Tints of Vivid Violet #813696

Color information

#813696 (or 0x813696) is unknown color: approx Vivid Violet. HEX triplet: 81, 36 and 96. RGB value is (129,54,150). Sum of RGB (Red+Green+Blue) = 129+54+150=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #813696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813696 is #7EC969. Grayscale: #575757. Windows color (decimal): -8309098 or 9844353. OLE color: 9844353.

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

Color convert

RGB12954150-
CMYK0.140.6400.41
HSL286.88º47.06%40%-
HSV(B)286.88º64%58.82%-
XYZ15.889.5129.85-
YUV87.37163.35157.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.74%
GREEN value IS 54 (21.48% from 255) = 16.22%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=38.74%
G=16.22%
B=45.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal129541500.140.6400.41286.8847.0640
Hex813696E4002911f2f28
Octal20166226161000514375750
Binary1000000111011010010110111010000000101001100011111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813696; }

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

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

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

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

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

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

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

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