#8D628A

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

Shades of Trendy Pink #8D628A

Tints of Trendy Pink #8D628A

Color information

#8D628A (or 0x8D628A) is unknown color: approx Trendy Pink. HEX triplet: 8D, 62 and 8A. RGB value is (141,98,138). Sum of RGB (Red+Green+Blue) = 141+98+138=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 141 - color contains mainly: red. Hex color #8D628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D628A is #729D75. Grayscale: #737373. Windows color (decimal): -7511414 or 9069197. OLE color: 9069197.

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

Color convert

RGB14198138-
CMYK00.300.020.45
HSL304.19º17.99%46.86%-
HSV(B)304.19º30.5%55.29%-
XYZ19.9416.2326.13-
YUV115.42140.75146.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.40%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=37.40%
G=25.99%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419813800.300.020.45304.1917.9946.86
Hex8D628A01E22D130122f
Octal2151422120362554602257
Binary100011011100010100010100111101010110110011000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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