Shades of Jazzberry Jam #9A0F4B
Tints of Jazzberry Jam #9A0F4B
RGB
CMYK
RGB Variations
Color information
#9A0F4B (or 0x9A0F4B) is known color: Jazzberry Jam. HEX triplet: 9A, 0F and 4B. RGB value is (154,15,75). Sum of RGB (Red+Green+Blue) = 154+15+75=244 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.11% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0F4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0F4B is #65F0B4. Grayscale: #3F3F3F. Windows color (decimal): -6680757 or 4919194. OLE color: 4919194.
HSL color Cylindrical-coordinate representation of color #9A0F4B: hue angle of 334.1º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A0F4B is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 15 | 75 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.40 |
| HSL | 334.1º | 0.82% | 0.33% | - |
| HSV(B) | 334.1º | 0.9% | 0.6% | - |
| XYZ | 14.77 | 7.72 | 7.37 | - |
| YUV | 63.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 15 | 75 | 0 | 0.90 | 0.51 | 0.40 | 334.1 | 0.82 | 0.33 |
| Hex | 9A | F | 4B | 0 | 5A | 33 | 28 | 14E | 52 | 21 |
| Octal | 232 | 17 | 113 | 0 | 132 | 63 | 50 | 516 | 122 | 41 |
| Binary | 10011010 | 1111 | 1001011 | 0 | 1011010 | 110011 | 101000 | 101001110 | 1010010 | 100001 |
Color Harmonies of #9A0F4B
Complementary color
Monochromatic Colors of #9A0F4B
Black with #9A0F4B
Text Example
Text Example
White with #9A0F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0F4B; }
p { color: rgb(154,15,75); }
H1.HeaderClassName
{
color: #9A0F4B;
}
.AnyTagClassName
{
color: #9A0F4B;
}
</style>
background-color css
<style>
a { background-color: #9A0F4B; }
a { background-color: rgb(154,15,75); }
div.DivClassName
{
background-color: #9A0F4B;
}
.BgClassName
{
background-color: #9A0F4B;
}
</style>
border-color css
<style>
span { border-color: #9A0F4B; }
span { border-color: rgb(154,15,75); }
td.TdClassName
{
border-color: #9A0F4B;
}
.TagClassName
{
border-color: #9A0F4B;
}
</style>