Shades of Cannon Pink #8A4A6D
Tints of Cannon Pink #8A4A6D
RGB
CMYK
RGB Variations
Color information
#8A4A6D (or 0x8A4A6D) is known color: Cannon Pink. HEX triplet: 8A, 4A and 6D. RGB value is (138,74,109). Sum of RGB (Red+Green+Blue) = 138+74+109=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4A6D is #75B592. Grayscale: #616161. Windows color (decimal): -7714195 or 7162506. OLE color: 7162506.
HSL color Cylindrical-coordinate representation of color #8A4A6D: hue angle of 327.19º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A4A6D is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 74 | 109 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.46 |
| HSL | 327.19º | 0.3% | 0.42% | - |
| HSV(B) | 327.19º | 0.46% | 0.54% | - |
| XYZ | 15.69 | 11.4 | 15.84 | - |
| YUV | 97.13 | 134.7 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 74 | 109 | 0 | 0.46 | 0.21 | 0.46 | 327.19 | 0.3 | 0.42 |
| Hex | 8A | 4A | 6D | 0 | 2E | 15 | 2E | 147 | 1E | 2A |
| Octal | 212 | 112 | 155 | 0 | 56 | 25 | 56 | 507 | 36 | 52 |
| Binary | 10001010 | 1001010 | 1101101 | 0 | 101110 | 10101 | 101110 | 101000111 | 11110 | 101010 |
Color Harmonies of #8A4A6D
Complementary color
Monochromatic Colors of #8A4A6D
Black with #8A4A6D
Text Example
Text Example
White with #8A4A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4A6D; }
p { color: rgb(138,74,109); }
H1.HeaderClassName
{
color: #8A4A6D;
}
.AnyTagClassName
{
color: #8A4A6D;
}
</style>
background-color css
<style>
a { background-color: #8A4A6D; }
a { background-color: rgb(138,74,109); }
div.DivClassName
{
background-color: #8A4A6D;
}
.BgClassName
{
background-color: #8A4A6D;
}
</style>
border-color css
<style>
span { border-color: #8A4A6D; }
span { border-color: rgb(138,74,109); }
td.TdClassName
{
border-color: #8A4A6D;
}
.TagClassName
{
border-color: #8A4A6D;
}
</style>