#8C6489

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

Shades of Trendy Pink #8C6489

Tints of Trendy Pink #8C6489

Color information

#8C6489 (or 0x8C6489) is unknown color: approx Trendy Pink. HEX triplet: 8C, 64 and 89. RGB value is (140,100,137). Sum of RGB (Red+Green+Blue) = 140+100+137=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6489 is #739B76. Grayscale: #747474. Windows color (decimal): -7576439 or 9004172. OLE color: 9004172.

HSL color Cylindrical-coordinate representation of color #8C6489: hue angle of 304.5º 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 #8C6489 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB140100137-
CMYK00.290.020.45
HSL304.5º16.67%47.06%-
HSV(B)304.5º28.57%54.9%-
XYZ19.8916.525.8-
YUV116.18139.75144.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.14%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=37.14%
G=26.53%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010013700.290.020.45304.516.6747.06
Hex8C648901D22D130112f
Octal2141442110352554602157
Binary100011001100100100010010111011010110110011000010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,100,137); }

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

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

 a { background-color: rgb(140,100,137); }

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

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

 span { border-color: rgb(140,100,137); }

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