#8F6189

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

Shades of Trendy Pink #8F6189

Tints of Trendy Pink #8F6189

Color information

#8F6189 (or 0x8F6189) is unknown color: approx Trendy Pink. HEX triplet: 8F, 61 and 89. RGB value is (143,97,137). Sum of RGB (Red+Green+Blue) = 143+97+137=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6189 is #709E76. Grayscale: #737373. Windows color (decimal): -7380599 or 9003407. OLE color: 9003407.

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

Color convert

RGB14397137-
CMYK00.320.040.44
HSL307.83º19.17%47.06%-
HSV(B)307.83º32.17%56.08%-
XYZ20.1216.225.73-
YUV115.31140.24147.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.93%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=37.93%
G=25.73%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439713700.320.040.44307.8319.1747.06
Hex8F618902042C134132f
Octal2171412110404544642357
Binary10001111110000110001001010000010010110010011010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,97,137); }

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

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

 a { background-color: rgb(143,97,137); }

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

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

 span { border-color: rgb(143,97,137); }

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