#87568C

Color #87568C Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #87568C

Tints of Trendy Pink #87568C

Color information

#87568C (or 0x87568C) is unknown color: approx Trendy Pink. HEX triplet: 87, 56 and 8C. RGB value is (135,86,140). Sum of RGB (Red+Green+Blue) = 135+86+140=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #87568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87568C is #78A973. Grayscale: #6A6A6A. Windows color (decimal): -7907700 or 9197191. OLE color: 9197191.

HSL color Cylindrical-coordinate representation of color #87568C: hue angle of 294.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87568C is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13586140-
CMYK0.040.3900.45
HSL294.44º23.89%44.31%-
HSV(B)294.44º38.57%54.9%-
XYZ18.0513.726.5-
YUV106.81146.73148.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.40%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=37.40%
G=23.82%
B=38.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135861400.040.3900.45294.4423.8944.31
Hex87568C42702D126182c
Octal2071262144470554463054
Binary10000111101011010001100100100111010110110010011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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