Shades of Cannon Pink #8D4B6D
Tints of Cannon Pink #8D4B6D
RGB
CMYK
RGB Variations
Color information
#8D4B6D (or 0x8D4B6D) is known color: Cannon Pink. HEX triplet: 8D, 4B and 6D. RGB value is (141,75,109). Sum of RGB (Red+Green+Blue) = 141+75+109=325 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.38% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4B6D is #72B492. Grayscale: #626262. Windows color (decimal): -7517331 or 7162765. OLE color: 7162765.
HSL color Cylindrical-coordinate representation of color #8D4B6D: hue angle of 329.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D4B6D is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 75 | 109 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.45 |
| HSL | 329.09º | 0.31% | 0.42% | - |
| HSV(B) | 329.09º | 0.47% | 0.55% | - |
| XYZ | 16.26 | 11.8 | 15.89 | - |
| YUV | 98.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 75 | 109 | 0 | 0.47 | 0.23 | 0.45 | 329.09 | 0.31 | 0.42 |
| Hex | 8D | 4B | 6D | 0 | 2F | 17 | 2D | 149 | 1F | 2A |
| Octal | 215 | 113 | 155 | 0 | 57 | 27 | 55 | 511 | 37 | 52 |
| Binary | 10001101 | 1001011 | 1101101 | 0 | 101111 | 10111 | 101101 | 101001001 | 11111 | 101010 |
Color Harmonies of #8D4B6D
Complementary color
Monochromatic Colors of #8D4B6D
Black with #8D4B6D
Text Example
Text Example
White with #8D4B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4B6D; }
p { color: rgb(141,75,109); }
H1.HeaderClassName
{
color: #8D4B6D;
}
.AnyTagClassName
{
color: #8D4B6D;
}
</style>
background-color css
<style>
a { background-color: #8D4B6D; }
a { background-color: rgb(141,75,109); }
div.DivClassName
{
background-color: #8D4B6D;
}
.BgClassName
{
background-color: #8D4B6D;
}
</style>
border-color css
<style>
span { border-color: #8D4B6D; }
span { border-color: rgb(141,75,109); }
td.TdClassName
{
border-color: #8D4B6D;
}
.TagClassName
{
border-color: #8D4B6D;
}
</style>