#8F4B85

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

Shades of Trendy Pink #8F4B85

Tints of Trendy Pink #8F4B85

Color information

#8F4B85 (or 0x8F4B85) is unknown color: approx Trendy Pink. HEX triplet: 8F, 4B and 85. RGB value is (143,75,133). Sum of RGB (Red+Green+Blue) = 143+75+133=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4B85 is #70B47A. Grayscale: #656565. Windows color (decimal): -7386235 or 8735631. OLE color: 8735631.

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

Color convert

RGB14375133-
CMYK00.480.070.44
HSL308.82º31.19%42.75%-
HSV(B)308.82º47.55%56.08%-
XYZ18.0812.5723.66-
YUV101.94145.53157.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.74%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=40.74%
G=21.37%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437513300.480.070.44308.8231.1942.75
Hex8F4B8503072C1351f2b
Octal2171132050607544653753
Binary10001111100101110000101011000011110110010011010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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