#8f648c

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

Shades of Trendy Pink #8F648C

Tints of Trendy Pink #8F648C

Color information

#8F648C (or 0x8F648C) is unknown color: approx Trendy Pink. HEX triplet: 8F, 64 and 8C. RGB value is (143,100,140). Sum of RGB (Red+Green+Blue) = 143+100+140=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 143 - color contains mainly: red. Hex color #8F648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F648C is #709B73. Grayscale: #757575. Windows color (decimal): -7379828 or 9200783. OLE color: 9200783.

HSL color Cylindrical-coordinate representation of color #8F648C: hue angle of 304.19º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F648C is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB143100140-
CMYK00.300.020.44
HSL304.19º17.7%47.65%-
HSV(B)304.19º30.07%56.08%-
XYZ20.6216.8526.98-
YUV117.42140.75146.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.34%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 140 (55.08% from 255) = 36.55%
R=37.34%
G=26.11%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310014000.300.020.44304.1917.747.65
Hex8F648C01E22C1301230
Octal2171442140362544602260
Binary100011111100100100011000111101010110010011000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f648c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,100,140); }

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

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

 a { background-color: rgb(143,100,140); }

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

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

 span { border-color: rgb(143,100,140); }

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