#8F6288

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

Shades of Trendy Pink #8F6288

Tints of Trendy Pink #8F6288

Color information

#8F6288 (or 0x8F6288) is unknown color: approx Trendy Pink. HEX triplet: 8F, 62 and 88. RGB value is (143,98,136). Sum of RGB (Red+Green+Blue) = 143+98+136=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6288 is #709D77. Grayscale: #737373. Windows color (decimal): -7380344 or 8938127. OLE color: 8938127.

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

Color convert

RGB14398136-
CMYK00.310.050.44
HSL309.33º18.67%47.25%-
HSV(B)309.33º31.47%56.08%-
XYZ20.1416.3525.39-
YUV115.79139.41147.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.93%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 136 (53.52% from 255) = 36.07%
R=37.93%
G=25.99%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439813600.310.050.44309.3318.6747.25
Hex8F628801F52C135132f
Octal2171422100375544652357
Binary1000111111000101000100001111110110110010011010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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