#8D4081

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

Shades of Trendy Pink #8D4081

Tints of Trendy Pink #8D4081

Color information

#8D4081 (or 0x8D4081) is unknown color: approx Trendy Pink. HEX triplet: 8D, 40 and 81. RGB value is (141,64,129). Sum of RGB (Red+Green+Blue) = 141+64+129=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4081 is #72BF7E. Grayscale: #5E5E5E. Windows color (decimal): -7520127 or 8470669. OLE color: 8470669.

HSL color Cylindrical-coordinate representation of color #8D4081: hue angle of 309.35º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D4081 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB14164129-
CMYK00.550.090.45
HSL309.35º37.56%40.2%-
HSV(B)309.35º54.61%55.29%-
XYZ16.7810.9121.99-
YUV94.43147.51161.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.22%
GREEN value IS 64 (25.39% from 255) = 19.16%
BLUE value IS 129 (50.78% from 255) = 38.62%
R=42.22%
G=19.16%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416412900.550.090.45309.3537.5640.2
Hex8D408103792D1352628
Octal21510020106711554654650
Binary1000110110000001000000101101111001101101100110101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,64,129); }

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

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

 a { background-color: rgb(141,64,129); }

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

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

 span { border-color: rgb(141,64,129); }

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