Shades of Cannon Pink #8F4476
Tints of Cannon Pink #8F4476
RGB
CMYK
RGB Variations
Color information
#8F4476 (or 0x8F4476) is known color: Cannon Pink. HEX triplet: 8F, 44 and 76. RGB value is (143,68,118). Sum of RGB (Red+Green+Blue) = 143+68+118=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4476 is #70BB89. Grayscale: #606060. Windows color (decimal): -7388042 or 7750799. OLE color: 7750799.
HSL color Cylindrical-coordinate representation of color #8F4476: hue angle of 320º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F4476 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 68 | 118 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.44 |
| HSL | 320º | 0.36% | 0.41% | - |
| HSV(B) | 320º | 0.52% | 0.56% | - |
| XYZ | 16.66 | 11.28 | 18.44 | - |
| YUV | 96.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 68 | 118 | 0 | 0.52 | 0.17 | 0.44 | 320 | 0.36 | 0.41 |
| Hex | 8F | 44 | 76 | 0 | 34 | 11 | 2C | 140 | 24 | 29 |
| Octal | 217 | 104 | 166 | 0 | 64 | 21 | 54 | 500 | 44 | 51 |
| Binary | 10001111 | 1000100 | 1110110 | 0 | 110100 | 10001 | 101100 | 101000000 | 100100 | 101001 |
Color Harmonies of #8F4476
Complementary color
Monochromatic Colors of #8F4476
Black with #8F4476
Text Example
Text Example
White with #8F4476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4476; }
p { color: rgb(143,68,118); }
H1.HeaderClassName
{
color: #8F4476;
}
.AnyTagClassName
{
color: #8F4476;
}
</style>
background-color css
<style>
a { background-color: #8F4476; }
a { background-color: rgb(143,68,118); }
div.DivClassName
{
background-color: #8F4476;
}
.BgClassName
{
background-color: #8F4476;
}
</style>
border-color css
<style>
span { border-color: #8F4476; }
span { border-color: rgb(143,68,118); }
td.TdClassName
{
border-color: #8F4476;
}
.TagClassName
{
border-color: #8F4476;
}
</style>