#8F4C90

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

Shades of Trendy Pink #8F4C90

Tints of Trendy Pink #8F4C90

Color information

#8F4C90 (or 0x8F4C90) is unknown color: approx Trendy Pink. HEX triplet: 8F, 4C and 90. RGB value is (143,76,144). Sum of RGB (Red+Green+Blue) = 143+76+144=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F4C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4C90 is #70B36F. Grayscale: #676767. Windows color (decimal): -7385968 or 9456783. OLE color: 9456783.

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

Color convert

RGB14376144-
CMYK0.010.4700.44
HSL299.12º30.91%43.14%-
HSV(B)299.12º47.22%56.47%-
XYZ18.9513.0227.9-
YUV103.78150.7155.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.39%
GREEN value IS 76 (30.08% from 255) = 20.94%
BLUE value IS 144 (56.64% from 255) = 39.67%
R=39.39%
G=20.94%
B=39.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143761440.010.4700.44299.1230.9143.14
Hex8F4C9012F02C12b1f2b
Octal2171142201570544533753
Binary100011111001100100100001101111010110010010101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,76,144); }

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

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

 a { background-color: rgb(143,76,144); }

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

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

 span { border-color: rgb(143,76,144); }

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