#8b5f88

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

Shades of Trendy Pink #8B5F88

Tints of Trendy Pink #8B5F88

Color information

#8B5F88 (or 0x8B5F88) is unknown color: approx Trendy Pink. HEX triplet: 8B, 5F and 88. RGB value is (139,95,136). Sum of RGB (Red+Green+Blue) = 139+95+136=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5F88 is #74A077. Grayscale: #707070. Windows color (decimal): -7643256 or 8937355. OLE color: 8937355.

HSL color Cylindrical-coordinate representation of color #8B5F88: hue angle of 304.09º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5F88 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB13995136-
CMYK00.320.020.45
HSL304.09º18.8%45.88%-
HSV(B)304.09º31.65%54.51%-
XYZ19.1815.4525.26-
YUV112.83141.08146.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=37.57%
G=25.68%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399513600.320.020.45304.0918.845.88
Hex8B5F8802022D130132e
Octal2131372100402554602356
Binary1000101110111111000100001000001010110110011000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b5f88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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