#8F5390

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

Shades of Trendy Pink #8F5390

Tints of Trendy Pink #8F5390

Color information

#8F5390 (or 0x8F5390) is unknown color: approx Trendy Pink. HEX triplet: 8F, 53 and 90. RGB value is (143,83,144). Sum of RGB (Red+Green+Blue) = 143+83+144=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F5390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5390 is #70AC6F. Grayscale: #6B6B6B. Windows color (decimal): -7384176 or 9458575. OLE color: 9458575.

HSL color Cylindrical-coordinate representation of color #8F5390: hue angle of 299.02º degrees, saturation: 0.27, 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 #8F5390 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14383144-
CMYK0.010.4200.44
HSL299.02º26.87%44.51%-
HSV(B)299.02º42.36%56.47%-
XYZ19.4514.0428.07-
YUV107.89148.38153.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.65%
GREEN value IS 83 (32.81% from 255) = 22.43%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=38.65%
G=22.43%
B=38.92%

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
Decimal143831440.010.4200.44299.0226.8744.51
Hex8F539012A02C12b1b2d
Octal2171232201520544533355
Binary100011111010011100100001101010010110010010101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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