#813596

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

Shades of Vivid Violet #813596

Tints of Vivid Violet #813596

Color information

#813596 (or 0x813596) is unknown color: approx Vivid Violet. HEX triplet: 81, 35 and 96. RGB value is (129,53,150). Sum of RGB (Red+Green+Blue) = 129+53+150=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #813596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813596 is #7ECA69. Grayscale: #565656. Windows color (decimal): -8309354 or 9844097. OLE color: 9844097.

HSL color Cylindrical-coordinate representation of color #813596: hue angle of 287.01º degrees, saturation: 0.48, 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 #813596 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12953150-
CMYK0.140.6500.41
HSL287.01º47.78%39.8%-
HSV(B)287.01º64.67%58.82%-
XYZ15.839.4229.84-
YUV86.78163.68158.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=38.86%
G=15.96%
B=45.18%

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
Decimal129531500.140.6500.41287.0147.7839.8
Hex813596E4102911f3028
Octal20165226161010514376050
Binary1000000111010110010110111010000010101001100011111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813596; }

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

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

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

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

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

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

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

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