#8C4B88

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

Shades of Trendy Pink #8C4B88

Tints of Trendy Pink #8C4B88

Color information

#8C4B88 (or 0x8C4B88) is unknown color: approx Trendy Pink. HEX triplet: 8C, 4B and 88. RGB value is (140,75,136). Sum of RGB (Red+Green+Blue) = 140+75+136=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4B88 is #73B477. Grayscale: #656565. Windows color (decimal): -7582840 or 8932236. OLE color: 8932236.

HSL color Cylindrical-coordinate representation of color #8C4B88: hue angle of 303.69º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C4B88 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB14075136-
CMYK00.460.030.45
HSL303.69º30.23%42.16%-
HSV(B)303.69º46.43%54.9%-
XYZ17.7812.3924.75-
YUV101.39147.53155.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.89%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 136 (53.52% from 255) = 38.75%
R=39.89%
G=21.37%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407513600.460.030.45303.6930.2342.16
Hex8C4B8802E32D1301e2a
Octal2141132100563554603652
Binary1000110010010111000100001011101110110110011000011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,75,136); }

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

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

 a { background-color: rgb(140,75,136); }

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

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

 span { border-color: rgb(140,75,136); }

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