#8F5190

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

Shades of Trendy Pink #8F5190

Tints of Trendy Pink #8F5190

Color information

#8F5190 (or 0x8F5190) is unknown color: approx Trendy Pink. HEX triplet: 8F, 51 and 90. RGB value is (143,81,144). Sum of RGB (Red+Green+Blue) = 143+81+144=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F5190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5190 is #70AE6F. Grayscale: #6A6A6A. Windows color (decimal): -7384688 or 9458063. OLE color: 9458063.

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

Color convert

RGB14381144-
CMYK0.010.4400.44
HSL299.05º28%44.12%-
HSV(B)299.05º43.75%56.47%-
XYZ19.313.7428.02-
YUV106.72149.04153.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 144 (56.64% from 255) = 39.13%
R=38.86%
G=22.01%
B=39.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143811440.010.4400.44299.052844.12
Hex8F519012C02C12b1c2c
Octal2171212201540544533454
Binary100011111010001100100001101100010110010010101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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