#8D608B

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

Shades of Trendy Pink #8D608B

Tints of Trendy Pink #8D608B

Color information

#8D608B (or 0x8D608B) is unknown color: approx Trendy Pink. HEX triplet: 8D, 60 and 8B. RGB value is (141,96,139). Sum of RGB (Red+Green+Blue) = 141+96+139=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 141 - color contains mainly: red. Hex color #8D608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D608B is #729F74. Grayscale: #727272. Windows color (decimal): -7511925 or 9134221. OLE color: 9134221.

HSL color Cylindrical-coordinate representation of color #8D608B: hue angle of 302.67º 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 #8D608B is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB14196139-
CMYK00.320.010.45
HSL302.67º18.99%46.47%-
HSV(B)302.67º31.91%55.29%-
XYZ19.8315.8926.45-
YUV114.36141.91147-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.5%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=37.5%
G=25.53%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419613900.320.010.45302.6718.9946.47
Hex8D608B02012D12f132e
Octal2151402130401554572356
Binary100011011100000100010110100000110110110010111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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