#984688

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

Shades of Trendy Pink #984688

Tints of Trendy Pink #984688

Color information

#984688 (or 0x984688) is unknown color: approx Trendy Pink. HEX triplet: 98, 46 and 88. RGB value is (152,70,136). Sum of RGB (Red+Green+Blue) = 152+70+136=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #984688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984688 is #67B977. Grayscale: #656565. Windows color (decimal): -6797688 or 8930968. OLE color: 8930968.

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

Color convert

RGB15270136-
CMYK00.540.110.40
HSL311.71º36.94%43.53%-
HSV(B)311.71º53.95%59.61%-
XYZ19.5812.8324.74-
YUV102.04147.17163.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 70 (27.73% from 255) = 19.55%
BLUE value IS 136 (53.52% from 255) = 37.99%
R=42.46%
G=19.55%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527013600.540.110.40311.7136.9443.53
Hex984688036B28138252c
Octal23010621006613504704554
Binary1001100010001101000100001101101011101000100111000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984688; }

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

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

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

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

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

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

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

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