#8F5490

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

Shades of Trendy Pink #8F5490

Tints of Trendy Pink #8F5490

Color information

#8F5490 (or 0x8F5490) is unknown color: approx Trendy Pink. HEX triplet: 8F, 54 and 90. RGB value is (143,84,144). Sum of RGB (Red+Green+Blue) = 143+84+144=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F5490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5490 is #70AB6F. Grayscale: #6C6C6C. Windows color (decimal): -7383920 or 9458831. OLE color: 9458831.

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

Color convert

RGB14384144-
CMYK0.010.4200.44
HSL299º26.32%44.71%-
HSV(B)299º41.67%56.47%-
XYZ19.5314.1928.1-
YUV108.48148.05152.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 144 (56.64% from 255) = 38.81%
R=38.54%
G=22.64%
B=38.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143841440.010.4200.4429926.3244.71
Hex8F549012A02C12b1a2d
Octal2171242201520544533255
Binary100011111010100100100001101010010110010010101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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