#8B6A88

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

Shades of Trendy Pink #8B6A88

Tints of Trendy Pink #8B6A88

Color information

#8B6A88 (or 0x8B6A88) is unknown color: approx Trendy Pink. HEX triplet: 8B, 6A and 88. RGB value is (139,106,136). Sum of RGB (Red+Green+Blue) = 139+106+136=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6A88 is #749577. Grayscale: #777777. Windows color (decimal): -7640440 or 8940171. OLE color: 8940171.

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

Color convert

RGB139106136-
CMYK00.240.020.45
HSL305.45º13.47%48.04%-
HSV(B)305.45º23.74%54.51%-
XYZ20.2517.5725.62-
YUV119.29137.43142.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.48%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 136 (53.52% from 255) = 35.70%
R=36.48%
G=27.82%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910613600.240.020.45305.4513.4748.04
Hex8B6A8801822D131d30
Octal2131522100302554611560
Binary10001011110101010001000011000101011011001100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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