#8B4D88

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

Shades of Trendy Pink #8B4D88

Tints of Trendy Pink #8B4D88

Color information

#8B4D88 (or 0x8B4D88) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4D and 88. RGB value is (139,77,136). Sum of RGB (Red+Green+Blue) = 139+77+136=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4D88 is #74B277. Grayscale: #666666. Windows color (decimal): -7647864 or 8932747. OLE color: 8932747.

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

Color convert

RGB13977136-
CMYK00.450.020.45
HSL302.9º28.7%42.35%-
HSV(B)302.9º44.6%54.51%-
XYZ17.7512.5724.78-
YUV102.26147.04154.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.49%
GREEN value IS 77 (30.47% from 255) = 21.88%
BLUE value IS 136 (53.52% from 255) = 38.64%
R=39.49%
G=21.88%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397713600.450.020.45302.928.742.35
Hex8B4D8802D22D12f1d2a
Octal2131152100552554573552
Binary1000101110011011000100001011011010110110010111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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