Shades of Rose Bud Cherry #8A3162
Tints of Rose Bud Cherry #8A3162
RGB
CMYK
RGB Variations
Color information
#8A3162 (or 0x8A3162) is known color: Rose Bud Cherry. HEX triplet: 8A, 31 and 62. RGB value is (138,49,98). Sum of RGB (Red+Green+Blue) = 138+49+98=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3162 is #75CE9D. Grayscale: #515151. Windows color (decimal): -7720606 or 6435210. OLE color: 6435210.
HSL color Cylindrical-coordinate representation of color #8A3162: hue angle of 326.97º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3162 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 49 | 98 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.46 |
| HSL | 326.97º | 0.48% | 0.37% | - |
| HSV(B) | 326.97º | 0.64% | 0.54% | - |
| XYZ | 13.78 | 8.48 | 12.47 | - |
| YUV | 81.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 98 | 0 | 0.64 | 0.29 | 0.46 | 326.97 | 0.48 | 0.37 |
| Hex | 8A | 31 | 62 | 0 | 40 | 1D | 2E | 147 | 30 | 25 |
| Octal | 212 | 61 | 142 | 0 | 100 | 35 | 56 | 507 | 60 | 45 |
| Binary | 10001010 | 110001 | 1100010 | 0 | 1000000 | 11101 | 101110 | 101000111 | 110000 | 100101 |
Color Harmonies of #8A3162
Complementary color
Monochromatic Colors of #8A3162
Black with #8A3162
Text Example
Text Example
White with #8A3162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3162; }
p { color: rgb(138,49,98); }
H1.HeaderClassName
{
color: #8A3162;
}
.AnyTagClassName
{
color: #8A3162;
}
</style>
background-color css
<style>
a { background-color: #8A3162; }
a { background-color: rgb(138,49,98); }
div.DivClassName
{
background-color: #8A3162;
}
.BgClassName
{
background-color: #8A3162;
}
</style>
border-color css
<style>
span { border-color: #8A3162; }
span { border-color: rgb(138,49,98); }
td.TdClassName
{
border-color: #8A3162;
}
.TagClassName
{
border-color: #8A3162;
}
</style>