#8F628D

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

Shades of Trendy Pink #8F628D

Tints of Trendy Pink #8F628D

Color information

#8F628D (or 0x8F628D) is unknown color: approx Trendy Pink. HEX triplet: 8F, 62 and 8D. RGB value is (143,98,141). Sum of RGB (Red+Green+Blue) = 143+98+141=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 143 - color contains mainly: red. Hex color #8F628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F628D is #709D72. Grayscale: #747474. Windows color (decimal): -7380339 or 9265807. OLE color: 9265807.

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

Color convert

RGB14398141-
CMYK00.310.010.44
HSL302.67º18.67%47.25%-
HSV(B)302.67º31.47%56.08%-
XYZ20.516.527.3-
YUV116.36141.91147-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.43%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 141 (55.47% from 255) = 36.91%
R=37.43%
G=25.65%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439814100.310.010.44302.6718.6747.25
Hex8F628D01F12C12f132f
Octal2171422150371544572357
Binary10001111110001010001101011111110110010010111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,98,141); }

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

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

 a { background-color: rgb(143,98,141); }

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

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

 span { border-color: rgb(143,98,141); }

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