#8C7190

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

Shades of Trendy Pink #8C7190

Tints of Trendy Pink #8C7190

Color information

#8C7190 (or 0x8C7190) is unknown color: approx Trendy Pink. HEX triplet: 8C, 71 and 90. RGB value is (140,113,144). Sum of RGB (Red+Green+Blue) = 140+113+144=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C7190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7190 is #738E6F. Grayscale: #7C7C7C. Windows color (decimal): -7573104 or 9466252. OLE color: 9466252.

HSL color Cylindrical-coordinate representation of color #8C7190: hue angle of 292.26º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C7190 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB140113144-
CMYK0.030.2200.44
HSL292.26º12.25%50.39%-
HSV(B)292.26º21.53%56.47%-
XYZ21.7519.428.98-
YUV124.61138.95138.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=35.26%
G=28.46%
B=36.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1401131440.030.2200.44292.2612.2550.39
Hex8C719031602C124c32
Octal2141612203260544441462
Binary10001100111000110010000111011001011001001001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,113,144); }

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

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

 a { background-color: rgb(140,113,144); }

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

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

 span { border-color: rgb(140,113,144); }

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