#8F5173

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

Shades of Cannon Pink #8F5173

Tints of Cannon Pink #8F5173

Color information

#8F5173 (or 0x8F5173) is unknown color: approx Cannon Pink. HEX triplet: 8F, 51 and 73. RGB value is (143,81,115). Sum of RGB (Red+Green+Blue) = 143+81+115=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5173 is #70AE8C. Grayscale: #676767. Windows color (decimal): -7384717 or 7557519. OLE color: 7557519.

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

Color convert

RGB14381115-
CMYK00.430.200.44
HSL327.1º27.68%43.92%-
HSV(B)327.1º43.36%56.08%-
XYZ17.3612.9617.81-
YUV103.41134.54156.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.18%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=42.18%
G=23.89%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438111500.430.200.44327.127.6843.92
Hex8F517302B142C1471c2c
Octal21712116305324545073454
Binary100011111010001111001101010111010010110010100011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,81,115); }

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

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

 a { background-color: rgb(143,81,115); }

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

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

 span { border-color: rgb(143,81,115); }

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