Shades of Jazzberry Jam #9A0851
Tints of Jazzberry Jam #9A0851
RGB
CMYK
RGB Variations
Color information
#9A0851 (or 0x9A0851) is known color: Jazzberry Jam. HEX triplet: 9A, 08 and 51. RGB value is (154,8,81). Sum of RGB (Red+Green+Blue) = 154+8+81=243 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.37% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0851 is #65F7AE. Grayscale: #3B3B3B. Windows color (decimal): -6682543 or 5310618. OLE color: 5310618.
HSL color Cylindrical-coordinate representation of color #9A0851: hue angle of 330º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9A0851 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 8 | 81 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.40 |
| HSL | 330º | 0.9% | 0.32% | - |
| HSV(B) | 330º | 0.95% | 0.6% | - |
| XYZ | 14.9 | 7.64 | 8.47 | - |
| YUV | 59.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 8 | 81 | 0 | 0.95 | 0.47 | 0.40 | 330 | 0.9 | 0.32 |
| Hex | 9A | 8 | 51 | 0 | 5F | 2F | 28 | 14A | 5A | 20 |
| Octal | 232 | 10 | 121 | 0 | 137 | 57 | 50 | 512 | 132 | 40 |
| Binary | 10011010 | 1000 | 1010001 | 0 | 1011111 | 101111 | 101000 | 101001010 | 1011010 | 100000 |
Color Harmonies of #9A0851
Complementary color
Monochromatic Colors of #9A0851
Black with #9A0851
Text Example
Text Example
White with #9A0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0851; }
p { color: rgb(154,8,81); }
H1.HeaderClassName
{
color: #9A0851;
}
.AnyTagClassName
{
color: #9A0851;
}
</style>
background-color css
<style>
a { background-color: #9A0851; }
a { background-color: rgb(154,8,81); }
div.DivClassName
{
background-color: #9A0851;
}
.BgClassName
{
background-color: #9A0851;
}
</style>
border-color css
<style>
span { border-color: #9A0851; }
span { border-color: rgb(154,8,81); }
td.TdClassName
{
border-color: #9A0851;
}
.TagClassName
{
border-color: #9A0851;
}
</style>