#984988

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

Shades of Trendy Pink #984988

Tints of Trendy Pink #984988

Color information

#984988 (or 0x984988) is unknown color: approx Trendy Pink. HEX triplet: 98, 49 and 88. RGB value is (152,73,136). Sum of RGB (Red+Green+Blue) = 152+73+136=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #984988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984988 is #67B677. Grayscale: #676767. Windows color (decimal): -6796920 or 8931736. OLE color: 8931736.

HSL color Cylindrical-coordinate representation of color #984988: hue angle of 312.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #984988 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB15273136-
CMYK00.520.110.40
HSL312.15º35.11%44.12%-
HSV(B)312.15º51.97%59.61%-
XYZ19.7813.2224.8-
YUV103.8146.17162.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=42.11%
G=20.22%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527313600.520.110.40312.1535.1144.12
Hex984988034B28138232c
Octal23011121006413504704354
Binary1001100010010011000100001101001011101000100111000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984988; }

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

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

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

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

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

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

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

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