#873986

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

Shades of Vivid Violet #873986

Tints of Vivid Violet #873986

Color information

#873986 (or 0x873986) is unknown color: approx Vivid Violet. HEX triplet: 87, 39 and 86. RGB value is (135,57,134). Sum of RGB (Red+Green+Blue) = 135+57+134=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #873986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873986 is #78C679. Grayscale: #585858. Windows color (decimal): -7915130 or 8796551. OLE color: 8796551.

HSL color Cylindrical-coordinate representation of color #873986: hue angle of 300.77º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #873986 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13557134-
CMYK00.580.010.47
HSL300.77º40.63%37.65%-
HSV(B)300.77º57.78%52.94%-
XYZ15.769.823.62-
YUV89.1153.34160.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 134 (52.73% from 255) = 41.10%
R=41.41%
G=17.48%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355713400.580.010.47300.7740.6337.65
Hex87398603A12F12d2926
Octal207712060721574555146
Binary100001111110011000011001110101101111100101101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873986; }

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

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

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

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

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

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

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

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