#8D6084

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

Shades of Trendy Pink #8D6084

Tints of Trendy Pink #8D6084

Color information

#8D6084 (or 0x8D6084) is unknown color: approx Trendy Pink. HEX triplet: 8D, 60 and 84. RGB value is (141,96,132). Sum of RGB (Red+Green+Blue) = 141+96+132=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6084 is #729F7B. Grayscale: #717171. Windows color (decimal): -7511932 or 8675469. OLE color: 8675469.

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

Color convert

RGB14196132-
CMYK00.320.060.45
HSL312º18.99%46.47%-
HSV(B)312º31.91%55.29%-
XYZ19.3315.6923.84-
YUV113.56138.41147.57-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.21%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=38.21%
G=26.02%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419613200.320.060.4531218.9946.47
Hex8D608402062D138132e
Octal2151402040406554702356
Binary10001101110000010000100010000011010110110011100010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,96,132); }

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

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

 a { background-color: rgb(141,96,132); }

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

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

 span { border-color: rgb(141,96,132); }

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