#87498D

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

Shades of Vivid Violet #87498D

Tints of Vivid Violet #87498D

Color information

#87498D (or 0x87498D) is unknown color: approx Vivid Violet. HEX triplet: 87, 49 and 8D. RGB value is (135,73,141). Sum of RGB (Red+Green+Blue) = 135+73+141=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #87498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87498D is #78B672. Grayscale: #636363. Windows color (decimal): -7911027 or 9259399. OLE color: 9259399.

HSL color Cylindrical-coordinate representation of color #87498D: hue angle of 294.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87498D is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13573141-
CMYK0.040.4800.45
HSL294.71º31.78%41.96%-
HSV(B)294.71º48.23%55.29%-
XYZ17.1811.8426.58-
YUV99.29151.54153.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.68%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 141 (55.47% from 255) = 40.40%
R=38.68%
G=20.92%
B=40.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135731410.040.4800.45294.7131.7841.96
Hex87498D43002D127202a
Octal2071112154600554474052
Binary100001111001001100011011001100000101101100100111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87498D; }

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

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

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

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

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

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

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

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