Shades of Cannon Pink #8A4E5D
Tints of Cannon Pink #8A4E5D
RGB
CMYK
RGB Variations
Color information
#8A4E5D (or 0x8A4E5D) is known color: Cannon Pink. HEX triplet: 8A, 4E and 5D. RGB value is (138,78,93). Sum of RGB (Red+Green+Blue) = 138+78+93=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4E5D is #75B1A2. Grayscale: #616161. Windows color (decimal): -7713187 or 6114954. OLE color: 6114954.
HSL color Cylindrical-coordinate representation of color #8A4E5D: hue angle of 345º 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 #8A4E5D is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 78 | 93 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.46 |
| HSL | 345º | 0.28% | 0.42% | - |
| HSV(B) | 345º | 0.43% | 0.54% | - |
| XYZ | 15.18 | 11.64 | 11.8 | - |
| YUV | 97.65 | 125.38 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 93 | 0 | 0.43 | 0.33 | 0.46 | 345 | 0.28 | 0.42 |
| Hex | 8A | 4E | 5D | 0 | 2B | 21 | 2E | 159 | 1C | 2A |
| Octal | 212 | 116 | 135 | 0 | 53 | 41 | 56 | 531 | 34 | 52 |
| Binary | 10001010 | 1001110 | 1011101 | 0 | 101011 | 100001 | 101110 | 101011001 | 11100 | 101010 |
Color Harmonies of #8A4E5D
Complementary color
Monochromatic Colors of #8A4E5D
Black with #8A4E5D
Text Example
Text Example
White with #8A4E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4E5D; }
p { color: rgb(138,78,93); }
H1.HeaderClassName
{
color: #8A4E5D;
}
.AnyTagClassName
{
color: #8A4E5D;
}
</style>
background-color css
<style>
a { background-color: #8A4E5D; }
a { background-color: rgb(138,78,93); }
div.DivClassName
{
background-color: #8A4E5D;
}
.BgClassName
{
background-color: #8A4E5D;
}
</style>
border-color css
<style>
span { border-color: #8A4E5D; }
span { border-color: rgb(138,78,93); }
td.TdClassName
{
border-color: #8A4E5D;
}
.TagClassName
{
border-color: #8A4E5D;
}
</style>