Shades of Jazzberry Jam #9A0D4B
Tints of Jazzberry Jam #9A0D4B
RGB
CMYK
RGB Variations
Color information
#9A0D4B (or 0x9A0D4B) is known color: Jazzberry Jam. HEX triplet: 9A, 0D and 4B. RGB value is (154,13,75). Sum of RGB (Red+Green+Blue) = 154+13+75=242 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.64% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0D4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0D4B is #65F2B4. Grayscale: #3E3E3E. Windows color (decimal): -6681269 or 4918682. OLE color: 4918682.
HSL color Cylindrical-coordinate representation of color #9A0D4B: hue angle of 333.62º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0D4B is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 13 | 75 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.40 |
| HSL | 333.62º | 0.84% | 0.33% | - |
| HSV(B) | 333.62º | 0.92% | 0.6% | - |
| XYZ | 14.74 | 7.67 | 7.36 | - |
| YUV | 62.23 | 135.21 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 13 | 75 | 0 | 0.92 | 0.51 | 0.40 | 333.62 | 0.84 | 0.33 |
| Hex | 9A | D | 4B | 0 | 5C | 33 | 28 | 14E | 54 | 21 |
| Octal | 232 | 15 | 113 | 0 | 134 | 63 | 50 | 516 | 124 | 41 |
| Binary | 10011010 | 1101 | 1001011 | 0 | 1011100 | 110011 | 101000 | 101001110 | 1010100 | 100001 |
Color Harmonies of #9A0D4B
Complementary color
Monochromatic Colors of #9A0D4B
Black with #9A0D4B
Text Example
Text Example
White with #9A0D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0D4B; }
p { color: rgb(154,13,75); }
H1.HeaderClassName
{
color: #9A0D4B;
}
.AnyTagClassName
{
color: #9A0D4B;
}
</style>
background-color css
<style>
a { background-color: #9A0D4B; }
a { background-color: rgb(154,13,75); }
div.DivClassName
{
background-color: #9A0D4B;
}
.BgClassName
{
background-color: #9A0D4B;
}
</style>
border-color css
<style>
span { border-color: #9A0D4B; }
span { border-color: rgb(154,13,75); }
td.TdClassName
{
border-color: #9A0D4B;
}
.TagClassName
{
border-color: #9A0D4B;
}
</style>