#87499A

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

Shades of Vivid Violet #87499A

Tints of Vivid Violet #87499A

Color information

#87499A (or 0x87499A) is unknown color: approx Vivid Violet. HEX triplet: 87, 49 and 9A. RGB value is (135,73,154). Sum of RGB (Red+Green+Blue) = 135+73+154=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #87499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87499A is #78B665. Grayscale: #646464. Windows color (decimal): -7911014 or 10111367. OLE color: 10111367.

HSL color Cylindrical-coordinate representation of color #87499A: hue angle of 285.93º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #87499A is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13573154-
CMYK0.120.5300.40
HSL285.93º35.68%44.51%-
HSV(B)285.93º52.6%60.39%-
XYZ18.2112.2531.98-
YUV100.77158.04152.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.29%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 154 (60.55% from 255) = 42.54%
R=37.29%
G=20.17%
B=42.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal135731540.120.5300.40285.9335.6844.51
Hex87499AC3502811e242d
Octal20711123214650504364455
Binary1000011110010011001101011001101010101000100011110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87499A; }

 p { color: rgb(135,73,154); }

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

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

 a { background-color: rgb(135,73,154); }

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

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

 span { border-color: rgb(135,73,154); }

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