Shades of Cannon Pink #8D5174
Tints of Cannon Pink #8D5174
RGB
CMYK
RGB Variations
Color information
#8D5174 (or 0x8D5174) is known color: Cannon Pink. HEX triplet: 8D, 51 and 74. RGB value is (141,81,116). Sum of RGB (Red+Green+Blue) = 141+81+116=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5174 is #72AE8B. Grayscale: #666666. Windows color (decimal): -7515788 or 7623053. OLE color: 7623053.
HSL color Cylindrical-coordinate representation of color #8D5174: hue angle of 325º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D5174 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 116 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.45 |
| HSL | 325º | 0.27% | 0.44% | - |
| HSV(B) | 325º | 0.43% | 0.55% | - |
| XYZ | 17.08 | 12.81 | 18.1 | - |
| YUV | 102.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 116 | 0 | 0.43 | 0.18 | 0.45 | 325 | 0.27 | 0.44 |
| Hex | 8D | 51 | 74 | 0 | 2B | 12 | 2D | 145 | 1B | 2C |
| Octal | 215 | 121 | 164 | 0 | 53 | 22 | 55 | 505 | 33 | 54 |
| Binary | 10001101 | 1010001 | 1110100 | 0 | 101011 | 10010 | 101101 | 101000101 | 11011 | 101100 |
Color Harmonies of #8D5174
Complementary color
Monochromatic Colors of #8D5174
Black with #8D5174
Text Example
Text Example
White with #8D5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5174; }
p { color: rgb(141,81,116); }
H1.HeaderClassName
{
color: #8D5174;
}
.AnyTagClassName
{
color: #8D5174;
}
</style>
background-color css
<style>
a { background-color: #8D5174; }
a { background-color: rgb(141,81,116); }
div.DivClassName
{
background-color: #8D5174;
}
.BgClassName
{
background-color: #8D5174;
}
</style>
border-color css
<style>
span { border-color: #8D5174; }
span { border-color: rgb(141,81,116); }
td.TdClassName
{
border-color: #8D5174;
}
.TagClassName
{
border-color: #8D5174;
}
</style>