#87499D

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

Shades of Vivid Violet #87499D

Tints of Vivid Violet #87499D

Color information

#87499D (or 0x87499D) is unknown color: approx Vivid Violet. HEX triplet: 87, 49 and 9D. RGB value is (135,73,157). Sum of RGB (Red+Green+Blue) = 135+73+157=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #87499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87499D is #78B662. Grayscale: #646464. Windows color (decimal): -7911011 or 10307975. OLE color: 10307975.

HSL color Cylindrical-coordinate representation of color #87499D: hue angle of 284.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #87499D is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13573157-
CMYK0.140.5400.38
HSL284.29º36.52%45.1%-
HSV(B)284.29º53.5%61.57%-
XYZ18.4612.3533.31-
YUV101.11159.54152.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=36.99%
G=20%
B=43.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135731570.140.5400.38284.2936.5245.1
Hex87499DE3602611c252d
Octal20711123516660464344555
Binary1000011110010011001110111101101100100110100011100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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