#8C467E

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

Shades of Trendy Pink #8C467E

Tints of Trendy Pink #8C467E

Color information

#8C467E (or 0x8C467E) is unknown color: approx Trendy Pink. HEX triplet: 8C, 46 and 7E. RGB value is (140,70,126). Sum of RGB (Red+Green+Blue) = 140+70+126=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C467E is #73B981. Grayscale: #616161. Windows color (decimal): -7584130 or 8275596. OLE color: 8275596.

HSL color Cylindrical-coordinate representation of color #8C467E: hue angle of 312º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C467E is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB14070126-
CMYK00.500.100.45
HSL312º33.33%41.18%-
HSV(B)312º50%54.9%-
XYZ16.7711.4621.07-
YUV97.31144.19158.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.67%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 126 (49.61% from 255) = 37.5%
R=41.67%
G=20.83%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407012600.500.100.4531233.3341.18
Hex8C467E032A2D1382129
Octal21410617606212554704151
Binary100011001000110111111001100101010101101100111000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,70,126); }

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

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

 a { background-color: rgb(140,70,126); }

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

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

 span { border-color: rgb(140,70,126); }

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