#915F88

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

Shades of Trendy Pink #915F88

Tints of Trendy Pink #915F88

Color information

#915F88 (or 0x915F88) is unknown color: approx Trendy Pink. HEX triplet: 91, 5F and 88. RGB value is (145,95,136). Sum of RGB (Red+Green+Blue) = 145+95+136=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #915F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915F88 is #6EA077. Grayscale: #727272. Windows color (decimal): -7250040 or 8937361. OLE color: 8937361.

HSL color Cylindrical-coordinate representation of color #915F88: hue angle of 310.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #915F88 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB14595136-
CMYK00.340.060.43
HSL310.8º20.83%47.06%-
HSV(B)310.8º34.48%56.86%-
XYZ20.2115.9825.31-
YUV114.62140.06149.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 136 (53.52% from 255) = 36.17%
R=38.56%
G=25.27%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459513600.340.060.43310.820.8347.06
Hex915F8802262B137152f
Octal2211372100426534672557
Binary10010001101111110001000010001011010101110011011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915F88; }

 p { color: rgb(145,95,136); }

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

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

 a { background-color: rgb(145,95,136); }

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

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

 span { border-color: rgb(145,95,136); }

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