Shades of Cannon Pink #8A4B5B
Tints of Cannon Pink #8A4B5B
RGB
CMYK
RGB Variations
Color information
#8A4B5B (or 0x8A4B5B) is known color: Cannon Pink. HEX triplet: 8A, 4B and 5B. RGB value is (138,75,91). Sum of RGB (Red+Green+Blue) = 138+75+91=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4B5B is #75B4A4. Grayscale: #5F5F5F. Windows color (decimal): -7713957 or 5983114. OLE color: 5983114.
HSL color Cylindrical-coordinate representation of color #8A4B5B: hue angle of 344.76º 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 #8A4B5B is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 75 | 91 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.46 |
| HSL | 344.76º | 0.3% | 0.42% | - |
| HSV(B) | 344.76º | 0.46% | 0.54% | - |
| XYZ | 14.89 | 11.19 | 11.27 | - |
| YUV | 95.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 91 | 0 | 0.46 | 0.34 | 0.46 | 344.76 | 0.3 | 0.42 |
| Hex | 8A | 4B | 5B | 0 | 2E | 22 | 2E | 159 | 1E | 2A |
| Octal | 212 | 113 | 133 | 0 | 56 | 42 | 56 | 531 | 36 | 52 |
| Binary | 10001010 | 1001011 | 1011011 | 0 | 101110 | 100010 | 101110 | 101011001 | 11110 | 101010 |
Color Harmonies of #8A4B5B
Complementary color
Monochromatic Colors of #8A4B5B
Black with #8A4B5B
Text Example
Text Example
White with #8A4B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4B5B; }
p { color: rgb(138,75,91); }
H1.HeaderClassName
{
color: #8A4B5B;
}
.AnyTagClassName
{
color: #8A4B5B;
}
</style>
background-color css
<style>
a { background-color: #8A4B5B; }
a { background-color: rgb(138,75,91); }
div.DivClassName
{
background-color: #8A4B5B;
}
.BgClassName
{
background-color: #8A4B5B;
}
</style>
border-color css
<style>
span { border-color: #8A4B5B; }
span { border-color: rgb(138,75,91); }
td.TdClassName
{
border-color: #8A4B5B;
}
.TagClassName
{
border-color: #8A4B5B;
}
</style>