#8B5D88

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

Shades of Trendy Pink #8B5D88

Tints of Trendy Pink #8B5D88

Color information

#8B5D88 (or 0x8B5D88) is unknown color: approx Trendy Pink. HEX triplet: 8B, 5D and 88. RGB value is (139,93,136). Sum of RGB (Red+Green+Blue) = 139+93+136=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5D88 is #74A277. Grayscale: #6F6F6F. Windows color (decimal): -7643768 or 8936843. OLE color: 8936843.

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

Color convert

RGB13993136-
CMYK00.330.020.45
HSL303.91º19.83%45.49%-
HSV(B)303.91º33.09%54.51%-
XYZ19.0115.125.2-
YUV111.66141.74147.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.77%
GREEN value IS 93 (36.72% from 255) = 25.27%
BLUE value IS 136 (53.52% from 255) = 36.96%
R=37.77%
G=25.27%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399313600.330.020.45303.9119.8345.49
Hex8B5D8802122D130142d
Octal2131352100412554602455
Binary1000101110111011000100001000011010110110011000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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