#813487

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

Shades of Vivid Violet #813487

Tints of Vivid Violet #813487

Color information

#813487 (or 0x813487) is unknown color: approx Vivid Violet. HEX triplet: 81, 34 and 87. RGB value is (129,52,135). Sum of RGB (Red+Green+Blue) = 129+52+135=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #813487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813487 is #7ECB78. Grayscale: #545454. Windows color (decimal): -8309625 or 8860801. OLE color: 8860801.

HSL color Cylindrical-coordinate representation of color #813487: hue angle of 295.66º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813487 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12952135-
CMYK0.040.6100.47
HSL295.66º44.39%36.67%-
HSV(B)295.66º61.48%52.94%-
XYZ14.658.8723.86-
YUV84.48156.51159.75-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.82%
GREEN value IS 52 (20.70% from 255) = 16.46%
BLUE value IS 135 (53.12% from 255) = 42.72%
R=40.82%
G=16.46%
B=42.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129521350.040.6100.47295.6644.3936.67
Hex81348743D02F1282c25
Octal201642074750574505445
Binary10000001110100100001111001111010101111100101000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #813487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #813487; }

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

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

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

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

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

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

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

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