#873586

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

Shades of Vivid Violet #873586

Tints of Vivid Violet #873586

Color information

#873586 (or 0x873586) is unknown color: approx Vivid Violet. HEX triplet: 87, 35 and 86. RGB value is (135,53,134). Sum of RGB (Red+Green+Blue) = 135+53+134=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #873586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873586 is #78CA79. Grayscale: #565656. Windows color (decimal): -7916154 or 8795527. OLE color: 8795527.

HSL color Cylindrical-coordinate representation of color #873586: hue angle of 300.73º 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 #873586 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13553134-
CMYK00.610.010.47
HSL300.73º43.62%36.86%-
HSV(B)300.73º60.74%52.94%-
XYZ15.579.4223.55-
YUV86.75154.67162.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 134 (52.73% from 255) = 41.61%
R=41.93%
G=16.46%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355313400.610.010.47300.7343.6236.86
Hex87358603D12F12d2c25
Octal207652060751574555445
Binary100001111101011000011001111011101111100101101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873586; }

 p { color: rgb(135,53,134); }

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

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

 a { background-color: rgb(135,53,134); }

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

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

 span { border-color: rgb(135,53,134); }

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