#8C5192

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

Shades of Trendy Pink #8C5192

Tints of Trendy Pink #8C5192

Color information

#8C5192 (or 0x8C5192) is unknown color: approx Trendy Pink. HEX triplet: 8C, 51 and 92. RGB value is (140,81,146). Sum of RGB (Red+Green+Blue) = 140+81+146=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C5192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5192 is #73AE6D. Grayscale: #696969. Windows color (decimal): -7581294 or 9589132. OLE color: 9589132.

HSL color Cylindrical-coordinate representation of color #8C5192: hue angle of 294.46º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C5192 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14081146-
CMYK0.040.4500.43
HSL294.46º28.63%44.51%-
HSV(B)294.46º44.52%57.25%-
XYZ18.9513.5428.81-
YUV106.05150.55152.21-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.15%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=38.15%
G=22.07%
B=39.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140811460.040.4500.43294.4628.6344.51
Hex8C519242D02B1261d2d
Octal2141212224550534463555
Binary10001100101000110010010100101101010101110010011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,81,146); }

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

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

 a { background-color: rgb(140,81,146); }

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

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

 span { border-color: rgb(140,81,146); }

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