Shades of Jazzberry Jam #9A216C
Tints of Jazzberry Jam #9A216C
RGB
CMYK
RGB Variations
Color information
#9A216C (or 0x9A216C) is known color: Jazzberry Jam. HEX triplet: 9A, 21 and 6C. RGB value is (154,33,108). Sum of RGB (Red+Green+Blue) = 154+33+108=295 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.20% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 154 - color contains mainly: red. Hex color #9A216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A216C is #65DE93. Grayscale: #4D4D4D. Windows color (decimal): -6676116 or 7086490. OLE color: 7086490.
HSL color Cylindrical-coordinate representation of color #9A216C: hue angle of 322.81º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A216C is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 33 | 108 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.40 |
| HSL | 322.81º | 0.65% | 0.37% | - |
| HSV(B) | 322.81º | 0.79% | 0.6% | - |
| XYZ | 16.58 | 9.04 | 15.06 | - |
| YUV | 77.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 33 | 108 | 0 | 0.79 | 0.30 | 0.40 | 322.81 | 0.65 | 0.37 |
| Hex | 9A | 21 | 6C | 0 | 4F | 1E | 28 | 143 | 41 | 25 |
| Octal | 232 | 41 | 154 | 0 | 117 | 36 | 50 | 503 | 101 | 45 |
| Binary | 10011010 | 100001 | 1101100 | 0 | 1001111 | 11110 | 101000 | 101000011 | 1000001 | 100101 |
Color Harmonies of #9A216C
Complementary color
Monochromatic Colors of #9A216C
Black with #9A216C
Text Example
Text Example
White with #9A216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A216C; }
p { color: rgb(154,33,108); }
H1.HeaderClassName
{
color: #9A216C;
}
.AnyTagClassName
{
color: #9A216C;
}
</style>
background-color css
<style>
a { background-color: #9A216C; }
a { background-color: rgb(154,33,108); }
div.DivClassName
{
background-color: #9A216C;
}
.BgClassName
{
background-color: #9A216C;
}
</style>
border-color css
<style>
span { border-color: #9A216C; }
span { border-color: rgb(154,33,108); }
td.TdClassName
{
border-color: #9A216C;
}
.TagClassName
{
border-color: #9A216C;
}
</style>