#813592

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

Shades of Vivid Violet #813592

Tints of Vivid Violet #813592

Color information

#813592 (or 0x813592) is unknown color: approx Vivid Violet. HEX triplet: 81, 35 and 92. RGB value is (129,53,146). Sum of RGB (Red+Green+Blue) = 129+53+146=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #813592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813592 is #7ECA6D. Grayscale: #565656. Windows color (decimal): -8309358 or 9581953. OLE color: 9581953.

HSL color Cylindrical-coordinate representation of color #813592: hue angle of 289.03º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #813592 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12953146-
CMYK0.120.6400.43
HSL289.03º46.73%39.02%-
HSV(B)289.03º63.7%57.25%-
XYZ15.519.2928.17-
YUV86.33161.68158.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 53 (21.09% from 255) = 16.16%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=39.33%
G=16.16%
B=44.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal129531460.120.6400.43289.0346.7339.02
Hex813592C4002B1212f27
Octal20165222141000534415747
Binary1000000111010110010010110010000000101011100100001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813592; }

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

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

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

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

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

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

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

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