Shades of Cannon Pink #8F4B6D
Tints of Cannon Pink #8F4B6D
RGB
CMYK
RGB Variations
Color information
#8F4B6D (or 0x8F4B6D) is known color: Cannon Pink. HEX triplet: 8F, 4B and 6D. RGB value is (143,75,109). Sum of RGB (Red+Green+Blue) = 143+75+109=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4B6D is #70B492. Grayscale: #636363. Windows color (decimal): -7386259 or 7162767. OLE color: 7162767.
HSL color Cylindrical-coordinate representation of color #8F4B6D: hue angle of 330º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F4B6D is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 75 | 109 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.44 |
| HSL | 330º | 0.31% | 0.43% | - |
| HSV(B) | 330º | 0.48% | 0.56% | - |
| XYZ | 16.6 | 11.98 | 15.9 | - |
| YUV | 99.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 109 | 0 | 0.48 | 0.24 | 0.44 | 330 | 0.31 | 0.43 |
| Hex | 8F | 4B | 6D | 0 | 30 | 18 | 2C | 14A | 1F | 2B |
| Octal | 217 | 113 | 155 | 0 | 60 | 30 | 54 | 512 | 37 | 53 |
| Binary | 10001111 | 1001011 | 1101101 | 0 | 110000 | 11000 | 101100 | 101001010 | 11111 | 101011 |
Color Harmonies of #8F4B6D
Complementary color
Monochromatic Colors of #8F4B6D
Black with #8F4B6D
Text Example
Text Example
White with #8F4B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4B6D; }
p { color: rgb(143,75,109); }
H1.HeaderClassName
{
color: #8F4B6D;
}
.AnyTagClassName
{
color: #8F4B6D;
}
</style>
background-color css
<style>
a { background-color: #8F4B6D; }
a { background-color: rgb(143,75,109); }
div.DivClassName
{
background-color: #8F4B6D;
}
.BgClassName
{
background-color: #8F4B6D;
}
</style>
border-color css
<style>
span { border-color: #8F4B6D; }
span { border-color: rgb(143,75,109); }
td.TdClassName
{
border-color: #8F4B6D;
}
.TagClassName
{
border-color: #8F4B6D;
}
</style>