#8D488A

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

Shades of Trendy Pink #8D488A

Tints of Trendy Pink #8D488A

Color information

#8D488A (or 0x8D488A) is unknown color: approx Trendy Pink. HEX triplet: 8D, 48 and 8A. RGB value is (141,72,138). Sum of RGB (Red+Green+Blue) = 141+72+138=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D488A is #72B775. Grayscale: #636363. Windows color (decimal): -7518070 or 9062541. OLE color: 9062541.

HSL color Cylindrical-coordinate representation of color #8D488A: hue angle of 302.61º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D488A is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB14172138-
CMYK00.490.020.45
HSL302.61º32.39%41.76%-
HSV(B)302.61º48.94%55.29%-
XYZ17.8912.1325.44-
YUV100.16149.36157.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=40.17%
G=20.51%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417213800.490.020.45302.6132.3941.76
Hex8D488A03122D12f202a
Octal2151102120612554574052
Binary10001101100100010001010011000110101101100101111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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