#8C6289

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

Shades of Trendy Pink #8C6289

Tints of Trendy Pink #8C6289

Color information

#8C6289 (or 0x8C6289) is unknown color: approx Trendy Pink. HEX triplet: 8C, 62 and 89. RGB value is (140,98,137). Sum of RGB (Red+Green+Blue) = 140+98+137=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6289 is #739D76. Grayscale: #727272. Windows color (decimal): -7576951 or 9003660. OLE color: 9003660.

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

Color convert

RGB14098137-
CMYK00.30.020.45
HSL304.29º17.65%46.67%-
HSV(B)304.29º30%54.9%-
XYZ19.716.1225.74-
YUV115140.41145.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.33%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 137 (53.91% from 255) = 36.53%
R=37.33%
G=26.13%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409813700.30.020.45304.2917.6546.67
Hex8C628901E22D130122f
Octal2141422110362554602257
Binary100011001100010100010010111101010110110011000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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