#8D608E

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

Shades of Trendy Pink #8D608E

Tints of Trendy Pink #8D608E

Color information

#8D608E (or 0x8D608E) is unknown color: approx Trendy Pink. HEX triplet: 8D, 60 and 8E. RGB value is (141,96,142). Sum of RGB (Red+Green+Blue) = 141+96+142=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D608E is #729F71. Grayscale: #727272. Windows color (decimal): -7511922 or 9330829. OLE color: 9330829.

HSL color Cylindrical-coordinate representation of color #8D608E: hue angle of 298.7º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D608E is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14196142-
CMYK0.010.3200.44
HSL298.7º19.33%46.67%-
HSV(B)298.7º32.39%55.69%-
XYZ20.0515.9827.62-
YUV114.7143.41146.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.20%
GREEN value IS 96 (37.89% from 255) = 25.33%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=37.20%
G=25.33%
B=37.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141961420.010.3200.44298.719.3346.67
Hex8D608E12002C12b132f
Octal2151402161400544532357
Binary100011011100000100011101100000010110010010101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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