#8F5585

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

Shades of Trendy Pink #8F5585

Tints of Trendy Pink #8F5585

Color information

#8F5585 (or 0x8F5585) is unknown color: approx Trendy Pink. HEX triplet: 8F, 55 and 85. RGB value is (143,85,133). Sum of RGB (Red+Green+Blue) = 143+85+133=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5585 is #70AA7A. Grayscale: #6B6B6B. Windows color (decimal): -7383675 or 8738191. OLE color: 8738191.

HSL color Cylindrical-coordinate representation of color #8F5585: hue angle of 310.34º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5585 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB14385133-
CMYK00.410.070.44
HSL310.34º25.44%44.71%-
HSV(B)310.34º40.56%56.08%-
XYZ18.8114.0323.91-
YUV107.81142.22153.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.61%
GREEN value IS 85 (33.59% from 255) = 23.55%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=39.61%
G=23.55%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438513300.410.070.44310.3425.4444.71
Hex8F558502972C136192d
Octal2171252050517544663155
Binary10001111101010110000101010100111110110010011011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F5585; }

 p { color: rgb(143,85,133); }

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

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

 a { background-color: rgb(143,85,133); }

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

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

 span { border-color: rgb(143,85,133); }

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