#8C5991

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

Shades of Trendy Pink #8C5991

Tints of Trendy Pink #8C5991

Color information

#8C5991 (or 0x8C5991) is unknown color: approx Trendy Pink. HEX triplet: 8C, 59 and 91. RGB value is (140,89,145). Sum of RGB (Red+Green+Blue) = 140+89+145=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C5991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5991 is #73A66E. Grayscale: #6E6E6E. Windows color (decimal): -7579247 or 9525644. OLE color: 9525644.

HSL color Cylindrical-coordinate representation of color #8C5991: hue angle of 294.64º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5991 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14089145-
CMYK0.030.3900.43
HSL294.64º23.93%45.88%-
HSV(B)294.64º38.62%56.86%-
XYZ19.514.7628.61-
YUV110.63147.4148.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.43%
GREEN value IS 89 (35.16% from 255) = 23.80%
BLUE value IS 145 (57.03% from 255) = 38.77%
R=37.43%
G=23.80%
B=38.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140891450.030.3900.43294.6423.9345.88
Hex8C599132702B127182e
Octal2141312213470534473056
Binary1000110010110011001000111100111010101110010011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,89,145); }

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

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

 a { background-color: rgb(140,89,145); }

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

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

 span { border-color: rgb(140,89,145); }

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