#8B5687

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

Shades of Trendy Pink #8B5687

Tints of Trendy Pink #8B5687

Color information

#8B5687 (or 0x8B5687) is unknown color: approx Trendy Pink. HEX triplet: 8B, 56 and 87. RGB value is (139,86,135). Sum of RGB (Red+Green+Blue) = 139+86+135=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5687 is #74A978. Grayscale: #6B6B6B. Windows color (decimal): -7645561 or 8869515. OLE color: 8869515.

HSL color Cylindrical-coordinate representation of color #8B5687: hue angle of 304.53º 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 #8B5687 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB13986135-
CMYK00.380.030.45
HSL304.53º23.56%44.12%-
HSV(B)304.53º38.13%54.51%-
XYZ18.3513.8924.64-
YUV107.43143.56150.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 135 (53.12% from 255) = 37.5%
R=38.61%
G=23.89%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398613500.380.030.45304.5323.5644.12
Hex8B568702632D131182c
Octal2131262070463554613054
Binary1000101110101101000011101001101110110110011000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B5687; }

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

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

<style>
 a { background-color: #8B5687; }

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

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

<style>
 span { border-color: #8B5687; }

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

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