#8D6488

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

Shades of Trendy Pink #8D6488

Tints of Trendy Pink #8D6488

Color information

#8D6488 (or 0x8D6488) is unknown color: approx Trendy Pink. HEX triplet: 8D, 64 and 88. RGB value is (141,100,136). Sum of RGB (Red+Green+Blue) = 141+100+136=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6488 is #729B77. Grayscale: #747474. Windows color (decimal): -7510904 or 8938637. OLE color: 8938637.

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

Color convert

RGB141100136-
CMYK00.290.040.45
HSL307.32º17.01%47.25%-
HSV(B)307.32º29.08%55.29%-
XYZ19.9916.5525.43-
YUV116.36139.08145.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.40%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 136 (53.52% from 255) = 36.07%
R=37.40%
G=26.53%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110013600.290.040.45307.3217.0147.25
Hex8D648801D42D133112f
Octal2151442100354554632157
Binary1000110111001001000100001110110010110110011001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,100,136); }

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

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

 a { background-color: rgb(141,100,136); }

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

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

 span { border-color: rgb(141,100,136); }

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