#87499C

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

Shades of Vivid Violet #87499C

Tints of Vivid Violet #87499C

Color information

#87499C (or 0x87499C) is unknown color: approx Vivid Violet. HEX triplet: 87, 49 and 9C. RGB value is (135,73,156). Sum of RGB (Red+Green+Blue) = 135+73+156=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #87499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87499C is #78B663. Grayscale: #646464. Windows color (decimal): -7911012 or 10242439. OLE color: 10242439.

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

Color convert

RGB13573156-
CMYK0.130.5300.39
HSL284.82º36.24%44.9%-
HSV(B)284.82º53.21%61.18%-
XYZ18.3712.3232.86-
YUV101159.04152.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 156 (61.33% from 255) = 42.86%
R=37.09%
G=20.05%
B=42.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal135731560.130.5300.39284.8236.2444.9
Hex87499CD3502711d242d
Octal20711123415650474354455
Binary1000011110010011001110011011101010100111100011101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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