#8C457E

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

Shades of Trendy Pink #8C457E

Tints of Trendy Pink #8C457E

Color information

#8C457E (or 0x8C457E) is unknown color: approx Trendy Pink. HEX triplet: 8C, 45 and 7E. RGB value is (140,69,126). Sum of RGB (Red+Green+Blue) = 140+69+126=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C457E is #73BA81. Grayscale: #606060. Windows color (decimal): -7584386 or 8275340. OLE color: 8275340.

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

Color convert

RGB14069126-
CMYK00.510.100.45
HSL311.83º33.97%40.98%-
HSV(B)311.83º50.71%54.9%-
XYZ16.7111.3421.05-
YUV96.73144.52158.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 69 (27.34% from 255) = 20.60%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=41.79%
G=20.60%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406912600.510.100.45311.8333.9740.98
Hex8C457E033A2D1382229
Octal21410517606312554704251
Binary100011001000101111111001100111010101101100111000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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