#8C417E

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

Shades of Trendy Pink #8C417E

Tints of Trendy Pink #8C417E

Color information

#8C417E (or 0x8C417E) is unknown color: approx Trendy Pink. HEX triplet: 8C, 41 and 7E. RGB value is (140,65,126). Sum of RGB (Red+Green+Blue) = 140+65+126=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C417E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C417E is #73BE81. Grayscale: #5E5E5E. Windows color (decimal): -7585410 or 8274316. OLE color: 8274316.

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

Color convert

RGB14065126-
CMYK00.540.100.45
HSL311.2º36.59%40.2%-
HSV(B)311.2º53.57%54.9%-
XYZ16.4710.8620.97-
YUV94.38145.85160.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 126 (49.61% from 255) = 38.07%
R=42.30%
G=19.64%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406512600.540.100.45311.236.5940.2
Hex8C417E036A2D1372528
Octal21410117606612554674550
Binary100011001000001111111001101101010101101100110111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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