#8D6990

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

Shades of Trendy Pink #8D6990

Tints of Trendy Pink #8D6990

Color information

#8D6990 (or 0x8D6990) is unknown color: approx Trendy Pink. HEX triplet: 8D, 69 and 90. RGB value is (141,105,144). Sum of RGB (Red+Green+Blue) = 141+105+144=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #8D6990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6990 is #72966F. Grayscale: #787878. Windows color (decimal): -7509616 or 9464205. OLE color: 9464205.

HSL color Cylindrical-coordinate representation of color #8D6990: hue angle of 295.38º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D6990 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB141105144-
CMYK0.020.2700.44
HSL295.38º15.66%48.82%-
HSV(B)295.38º27.08%56.47%-
XYZ21.0717.7828.71-
YUV120.21141.43142.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.15%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=36.15%
G=26.92%
B=36.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1411051440.020.2700.44295.3815.6648.82
Hex8D699021B02C1271031
Octal2151512202330544472061
Binary100011011101001100100001011011010110010010011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,105,144); }

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

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

 a { background-color: rgb(141,105,144); }

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

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

 span { border-color: rgb(141,105,144); }

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