#8c5292

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

Shades of Trendy Pink #8C5292

Tints of Trendy Pink #8C5292

Color information

#8C5292 (or 0x8C5292) is unknown color: approx Trendy Pink. HEX triplet: 8C, 52 and 92. RGB value is (140,82,146). Sum of RGB (Red+Green+Blue) = 140+82+146=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 146 - color contains mainly: blue. Hex color #8C5292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5292 is #73AD6D. Grayscale: #6A6A6A. Windows color (decimal): -7581038 or 9589388. OLE color: 9589388.

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

Color convert

RGB14082146-
CMYK0.040.4400.43
HSL294.38º28.07%44.71%-
HSV(B)294.38º43.84%57.25%-
XYZ19.0213.6928.83-
YUV106.64150.22151.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.04%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=38.04%
G=22.28%
B=39.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal140821460.040.4400.43294.3828.0744.71
Hex8C529242C02B1261c2d
Octal2141222224540534463455
Binary10001100101001010010010100101100010101110010011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c5292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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