#88568B

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

Shades of Trendy Pink #88568B

Tints of Trendy Pink #88568B

Color information

#88568B (or 0x88568B) is unknown color: approx Trendy Pink. HEX triplet: 88, 56 and 8B. RGB value is (136,86,139). Sum of RGB (Red+Green+Blue) = 136+86+139=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #88568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88568B is #77A974. Grayscale: #6A6A6A. Windows color (decimal): -7842165 or 9131656. OLE color: 9131656.

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

Color convert

RGB13686139-
CMYK0.020.3800.45
HSL296.6º23.56%44.12%-
HSV(B)296.6º38.13%54.51%-
XYZ18.1413.7526.12-
YUV106.99146.06148.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=37.67%
G=23.82%
B=38.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136861390.020.3800.45296.623.5644.12
Hex88568B22602D129182c
Octal2101262132460554513054
Binary1000100010101101000101110100110010110110010100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,86,139); }

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

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

 a { background-color: rgb(136,86,139); }

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

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

 span { border-color: rgb(136,86,139); }

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