#87468C

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

Shades of Vivid Violet #87468C

Tints of Vivid Violet #87468C

Color information

#87468C (or 0x87468C) is unknown color: approx Vivid Violet. HEX triplet: 87, 46 and 8C. RGB value is (135,70,140). Sum of RGB (Red+Green+Blue) = 135+70+140=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #87468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87468C is #78B973. Grayscale: #616161. Windows color (decimal): -7911796 or 9193095. OLE color: 9193095.

HSL color Cylindrical-coordinate representation of color #87468C: hue angle of 295.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #87468C is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13570140-
CMYK0.040.5000.45
HSL295.71º33.33%41.18%-
HSV(B)295.71º50%54.9%-
XYZ16.9211.4226.12-
YUV97.42152.03154.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 140 (55.08% from 255) = 40.58%
R=39.13%
G=20.29%
B=40.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135701400.040.5000.45295.7133.3341.18
Hex87468C43202D1282129
Octal2071062144620554504151
Binary100001111000110100011001001100100101101100101000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,70,140); }

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

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

 a { background-color: rgb(135,70,140); }

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

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

 span { border-color: rgb(135,70,140); }

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