Shades of Jazzberry Jam #9A1F65
Tints of Jazzberry Jam #9A1F65
RGB
CMYK
RGB Variations
Color information
#9A1F65 (or 0x9A1F65) is known color: Jazzberry Jam. HEX triplet: 9A, 1F and 65. RGB value is (154,31,101). Sum of RGB (Red+Green+Blue) = 154+31+101=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1F65 is #65E09A. Grayscale: #4B4B4B. Windows color (decimal): -6676635 or 6627226. OLE color: 6627226.
HSL color Cylindrical-coordinate representation of color #9A1F65: hue angle of 325.85º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A1F65 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 31 | 101 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.40 |
| HSL | 325.85º | 0.66% | 0.36% | - |
| HSV(B) | 325.85º | 0.8% | 0.6% | - |
| XYZ | 16.17 | 8.79 | 13.16 | - |
| YUV | 75.76 | 142.25 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 31 | 101 | 0 | 0.80 | 0.34 | 0.40 | 325.85 | 0.66 | 0.36 |
| Hex | 9A | 1F | 65 | 0 | 50 | 22 | 28 | 146 | 42 | 24 |
| Octal | 232 | 37 | 145 | 0 | 120 | 42 | 50 | 506 | 102 | 44 |
| Binary | 10011010 | 11111 | 1100101 | 0 | 1010000 | 100010 | 101000 | 101000110 | 1000010 | 100100 |
Color Harmonies of #9A1F65
Complementary color
Monochromatic Colors of #9A1F65
Black with #9A1F65
Text Example
Text Example
White with #9A1F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1F65; }
p { color: rgb(154,31,101); }
H1.HeaderClassName
{
color: #9A1F65;
}
.AnyTagClassName
{
color: #9A1F65;
}
</style>
background-color css
<style>
a { background-color: #9A1F65; }
a { background-color: rgb(154,31,101); }
div.DivClassName
{
background-color: #9A1F65;
}
.BgClassName
{
background-color: #9A1F65;
}
</style>
border-color css
<style>
span { border-color: #9A1F65; }
span { border-color: rgb(154,31,101); }
td.TdClassName
{
border-color: #9A1F65;
}
.TagClassName
{
border-color: #9A1F65;
}
</style>