#8F6188

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

Shades of Trendy Pink #8F6188

Tints of Trendy Pink #8F6188

Color information

#8F6188 (or 0x8F6188) is unknown color: approx Trendy Pink. HEX triplet: 8F, 61 and 88. RGB value is (143,97,136). Sum of RGB (Red+Green+Blue) = 143+97+136=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6188 is #709E77. Grayscale: #737373. Windows color (decimal): -7380600 or 8937871. OLE color: 8937871.

HSL color Cylindrical-coordinate representation of color #8F6188: hue angle of 309.13º 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 #8F6188 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB14397136-
CMYK00.320.050.44
HSL309.13º19.17%47.06%-
HSV(B)309.13º32.17%56.08%-
XYZ20.0516.1725.36-
YUV115.2139.74147.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.03%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 136 (53.52% from 255) = 36.17%
R=38.03%
G=25.80%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439713600.320.050.44309.1319.1747.06
Hex8F618802052C135132f
Octal2171412100405544652357
Binary10001111110000110001000010000010110110010011010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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