#92588B

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

Shades of Trendy Pink #92588B

Tints of Trendy Pink #92588B

Color information

#92588B (or 0x92588B) is unknown color: approx Trendy Pink. HEX triplet: 92, 58 and 8B. RGB value is (146,88,139). Sum of RGB (Red+Green+Blue) = 146+88+139=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #92588B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92588B is #6DA774. Grayscale: #6F6F6F. Windows color (decimal): -7186293 or 9132178. OLE color: 9132178.

HSL color Cylindrical-coordinate representation of color #92588B: hue angle of 307.24º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92588B is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB14688139-
CMYK00.400.050.43
HSL307.24º24.79%45.88%-
HSV(B)307.24º39.73%57.25%-
XYZ2014.9526.26-
YUV111.16143.72152.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=39.14%
G=23.59%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468813900.400.050.43307.2424.7945.88
Hex92588B02852B133192e
Octal2221302130505534633156
Binary10010010101100010001011010100010110101110011001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92588B; }

 p { color: rgb(146,88,139); }

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

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

 a { background-color: rgb(146,88,139); }

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

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

 span { border-color: rgb(146,88,139); }

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