Shades of Cannon Pink #8A4E6E
Tints of Cannon Pink #8A4E6E
RGB
CMYK
RGB Variations
Color information
#8A4E6E (or 0x8A4E6E) is known color: Cannon Pink. HEX triplet: 8A, 4E and 6E. RGB value is (138,78,110). Sum of RGB (Red+Green+Blue) = 138+78+110=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4E6E is #75B191. Grayscale: #636363. Windows color (decimal): -7713170 or 7229066. OLE color: 7229066.
HSL color Cylindrical-coordinate representation of color #8A4E6E: hue angle of 328º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A4E6E is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 78 | 110 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.46 |
| HSL | 328º | 0.28% | 0.42% | - |
| HSV(B) | 328º | 0.43% | 0.54% | - |
| XYZ | 16.02 | 11.98 | 16.22 | - |
| YUV | 99.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 110 | 0 | 0.43 | 0.20 | 0.46 | 328 | 0.28 | 0.42 |
| Hex | 8A | 4E | 6E | 0 | 2B | 14 | 2E | 148 | 1C | 2A |
| Octal | 212 | 116 | 156 | 0 | 53 | 24 | 56 | 510 | 34 | 52 |
| Binary | 10001010 | 1001110 | 1101110 | 0 | 101011 | 10100 | 101110 | 101001000 | 11100 | 101010 |
Color Harmonies of #8A4E6E
Complementary color
Monochromatic Colors of #8A4E6E
Black with #8A4E6E
Text Example
Text Example
White with #8A4E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4E6E; }
p { color: rgb(138,78,110); }
H1.HeaderClassName
{
color: #8A4E6E;
}
.AnyTagClassName
{
color: #8A4E6E;
}
</style>
background-color css
<style>
a { background-color: #8A4E6E; }
a { background-color: rgb(138,78,110); }
div.DivClassName
{
background-color: #8A4E6E;
}
.BgClassName
{
background-color: #8A4E6E;
}
</style>
border-color css
<style>
span { border-color: #8A4E6E; }
span { border-color: rgb(138,78,110); }
td.TdClassName
{
border-color: #8A4E6E;
}
.TagClassName
{
border-color: #8A4E6E;
}
</style>