#8F628A

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

Shades of Trendy Pink #8F628A

Tints of Trendy Pink #8F628A

Color information

#8F628A (or 0x8F628A) is unknown color: approx Trendy Pink. HEX triplet: 8F, 62 and 8A. RGB value is (143,98,138). Sum of RGB (Red+Green+Blue) = 143+98+138=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 143 - color contains mainly: red. Hex color #8F628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F628A is #709D75. Grayscale: #737373. Windows color (decimal): -7380342 or 9069199. OLE color: 9069199.

HSL color Cylindrical-coordinate representation of color #8F628A: hue angle of 306.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 #8F628A is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14398138-
CMYK00.310.030.44
HSL306.67º18.67%47.25%-
HSV(B)306.67º31.47%56.08%-
XYZ20.2816.4126.14-
YUV116.01140.41147.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.73%
GREEN value IS 98 (38.67% from 255) = 25.86%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=37.73%
G=25.86%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439813800.310.030.44306.6718.6747.25
Hex8F628A01F32C133132f
Octal2171422120373544632357
Binary100011111100010100010100111111110110010011001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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