Shades of Cannon Pink #8F4C73
Tints of Cannon Pink #8F4C73
RGB
CMYK
RGB Variations
Color information
#8F4C73 (or 0x8F4C73) is known color: Cannon Pink. HEX triplet: 8F, 4C and 73. RGB value is (143,76,115). Sum of RGB (Red+Green+Blue) = 143+76+115=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4C73 is #70B38C. Grayscale: #646464. Windows color (decimal): -7385997 or 7556239. OLE color: 7556239.
HSL color Cylindrical-coordinate representation of color #8F4C73: hue angle of 325.07º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F4C73 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 76 | 115 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.44 |
| HSL | 325.07º | 0.31% | 0.43% | - |
| HSV(B) | 325.07º | 0.47% | 0.56% | - |
| XYZ | 17.01 | 12.25 | 17.69 | - |
| YUV | 100.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 76 | 115 | 0 | 0.47 | 0.20 | 0.44 | 325.07 | 0.31 | 0.43 |
| Hex | 8F | 4C | 73 | 0 | 2F | 14 | 2C | 145 | 1F | 2B |
| Octal | 217 | 114 | 163 | 0 | 57 | 24 | 54 | 505 | 37 | 53 |
| Binary | 10001111 | 1001100 | 1110011 | 0 | 101111 | 10100 | 101100 | 101000101 | 11111 | 101011 |
Color Harmonies of #8F4C73
Complementary color
Monochromatic Colors of #8F4C73
Black with #8F4C73
Text Example
Text Example
White with #8F4C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4C73; }
p { color: rgb(143,76,115); }
H1.HeaderClassName
{
color: #8F4C73;
}
.AnyTagClassName
{
color: #8F4C73;
}
</style>
background-color css
<style>
a { background-color: #8F4C73; }
a { background-color: rgb(143,76,115); }
div.DivClassName
{
background-color: #8F4C73;
}
.BgClassName
{
background-color: #8F4C73;
}
</style>
border-color css
<style>
span { border-color: #8F4C73; }
span { border-color: rgb(143,76,115); }
td.TdClassName
{
border-color: #8F4C73;
}
.TagClassName
{
border-color: #8F4C73;
}
</style>