#984E88

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

Shades of Trendy Pink #984E88

Tints of Trendy Pink #984E88

Color information

#984E88 (or 0x984E88) is unknown color: approx Trendy Pink. HEX triplet: 98, 4E and 88. RGB value is (152,78,136). Sum of RGB (Red+Green+Blue) = 152+78+136=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #984E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984E88 is #67B177. Grayscale: #6A6A6A. Windows color (decimal): -6795640 or 8933016. OLE color: 8933016.

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

Color convert

RGB15278136-
CMYK00.490.110.40
HSL312.97º32.17%45.1%-
HSV(B)312.97º48.68%59.61%-
XYZ20.1213.924.92-
YUV106.74144.52160.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 78 (30.86% from 255) = 21.31%
BLUE value IS 136 (53.52% from 255) = 37.16%
R=41.53%
G=21.31%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527813600.490.110.40312.9732.1745.1
Hex984E88031B28139202d
Octal23011621006113504714055
Binary1001100010011101000100001100011011101000100111001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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