#984C88

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

Shades of Trendy Pink #984C88

Tints of Trendy Pink #984C88

Color information

#984C88 (or 0x984C88) is unknown color: approx Trendy Pink. HEX triplet: 98, 4C and 88. RGB value is (152,76,136). Sum of RGB (Red+Green+Blue) = 152+76+136=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #984C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984C88 is #67B377. Grayscale: #696969. Windows color (decimal): -6796152 or 8932504. OLE color: 8932504.

HSL color Cylindrical-coordinate representation of color #984C88: hue angle of 312.63º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #984C88 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB15276136-
CMYK00.500.110.40
HSL312.63º33.33%44.71%-
HSV(B)312.63º50%59.61%-
XYZ19.9813.6224.87-
YUV105.56145.18161.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 76 (30.08% from 255) = 20.88%
BLUE value IS 136 (53.52% from 255) = 37.36%
R=41.76%
G=20.88%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527613600.500.110.40312.6333.3344.71
Hex984C88032B28139212d
Octal23011421006213504714155
Binary1001100010011001000100001100101011101000100111001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984C88; }

 p { color: rgb(152,76,136); }

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

<style>
 a { background-color: #984C88; }

 a { background-color: rgb(152,76,136); }

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

<style>
 span { border-color: #984C88; }

 span { border-color: rgb(152,76,136); }

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