#8C5B93

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

Shades of Trendy Pink #8C5B93

Tints of Trendy Pink #8C5B93

Color information

#8C5B93 (or 0x8C5B93) is unknown color: approx Trendy Pink. HEX triplet: 8C, 5B and 93. RGB value is (140,91,147). Sum of RGB (Red+Green+Blue) = 140+91+147=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C5B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5B93 is #73A46C. Grayscale: #6F6F6F. Windows color (decimal): -7578733 or 9657228. OLE color: 9657228.

HSL color Cylindrical-coordinate representation of color #8C5B93: hue angle of 292.5º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C5B93 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14091147-
CMYK0.050.3800.42
HSL292.5º23.53%46.67%-
HSV(B)292.5º38.1%57.65%-
XYZ19.8215.1629.49-
YUV112.03147.73147.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.04%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=37.04%
G=24.07%
B=38.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140911470.050.3800.42292.523.5346.67
Hex8C5B9352602A124182f
Octal2141332235460524443057
Binary10001100101101110010011101100110010101010010010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,91,147); }

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

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

 a { background-color: rgb(140,91,147); }

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

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

 span { border-color: rgb(140,91,147); }

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