#87498B

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

Shades of Vivid Violet #87498B

Tints of Vivid Violet #87498B

Color information

#87498B (or 0x87498B) is unknown color: approx Vivid Violet. HEX triplet: 87, 49 and 8B. RGB value is (135,73,139). Sum of RGB (Red+Green+Blue) = 135+73+139=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #87498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87498B is #78B674. Grayscale: #626262. Windows color (decimal): -7911029 or 9128327. OLE color: 9128327.

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

Color convert

RGB13573139-
CMYK0.030.4700.45
HSL296.36º31.13%41.57%-
HSV(B)296.36º47.48%54.51%-
XYZ17.0311.7825.8-
YUV99.06150.54153.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 73 (28.91% from 255) = 21.04%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=38.90%
G=21.04%
B=40.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135731390.030.4700.45296.3631.1341.57
Hex87498B32F02D1281f2a
Octal2071112133570554503752
Binary1000011110010011000101111101111010110110010100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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