#924988

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

Shades of Trendy Pink #924988

Tints of Trendy Pink #924988

Color information

#924988 (or 0x924988) is unknown color: approx Trendy Pink. HEX triplet: 92, 49 and 88. RGB value is (146,73,136). Sum of RGB (Red+Green+Blue) = 146+73+136=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #924988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924988 is #6DB677. Grayscale: #656565. Windows color (decimal): -7190136 or 8931730. OLE color: 8931730.

HSL color Cylindrical-coordinate representation of color #924988: hue angle of 308.22º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #924988 is Cyan = 0, Magento = 0.5, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB14673136-
CMYK00.50.070.43
HSL308.22º33.33%42.94%-
HSV(B)308.22º50%57.25%-
XYZ18.6812.6524.75-
YUV102.01147.18159.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 136 (53.52% from 255) = 38.31%
R=41.13%
G=20.56%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467313600.50.070.43308.2233.3342.94
Hex92498803272B134212b
Octal2221112100627534644153
Binary100100101001001100010000110010111101011100110100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924988; }

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

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

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

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

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

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

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

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