Shades of Jazzberry Jam #9A2065
Tints of Jazzberry Jam #9A2065
RGB
CMYK
RGB Variations
Color information
#9A2065 (or 0x9A2065) is known color: Jazzberry Jam. HEX triplet: 9A, 20 and 65. RGB value is (154,32,101). Sum of RGB (Red+Green+Blue) = 154+32+101=287 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.66% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2065 is #65DF9A. Grayscale: #4C4C4C. Windows color (decimal): -6676379 or 6627482. OLE color: 6627482.
HSL color Cylindrical-coordinate representation of color #9A2065: hue angle of 326.07º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2065 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 32 | 101 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.40 |
| HSL | 326.07º | 0.66% | 0.36% | - |
| HSV(B) | 326.07º | 0.79% | 0.6% | - |
| XYZ | 16.19 | 8.84 | 13.17 | - |
| YUV | 76.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 32 | 101 | 0 | 0.79 | 0.34 | 0.40 | 326.07 | 0.66 | 0.36 |
| Hex | 9A | 20 | 65 | 0 | 4F | 22 | 28 | 146 | 42 | 24 |
| Octal | 232 | 40 | 145 | 0 | 117 | 42 | 50 | 506 | 102 | 44 |
| Binary | 10011010 | 100000 | 1100101 | 0 | 1001111 | 100010 | 101000 | 101000110 | 1000010 | 100100 |
Color Harmonies of #9A2065
Complementary color
Monochromatic Colors of #9A2065
Black with #9A2065
Text Example
Text Example
White with #9A2065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2065; }
p { color: rgb(154,32,101); }
H1.HeaderClassName
{
color: #9A2065;
}
.AnyTagClassName
{
color: #9A2065;
}
</style>
background-color css
<style>
a { background-color: #9A2065; }
a { background-color: rgb(154,32,101); }
div.DivClassName
{
background-color: #9A2065;
}
.BgClassName
{
background-color: #9A2065;
}
</style>
border-color css
<style>
span { border-color: #9A2065; }
span { border-color: rgb(154,32,101); }
td.TdClassName
{
border-color: #9A2065;
}
.TagClassName
{
border-color: #9A2065;
}
</style>