Shades of Jazzberry Jam #9B2168
Tints of Jazzberry Jam #9B2168
RGB
CMYK
RGB Variations
Color information
#9B2168 (or 0x9B2168) is known color: Jazzberry Jam. HEX triplet: 9B, 21 and 68. RGB value is (155,33,104). Sum of RGB (Red+Green+Blue) = 155+33+104=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2168 is #64DE97. Grayscale: #4D4D4D. Windows color (decimal): -6610584 or 6824347. OLE color: 6824347.
HSL color Cylindrical-coordinate representation of color #9B2168: hue angle of 325.08º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2168 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 33 | 104 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.39 |
| HSL | 325.08º | 0.65% | 0.37% | - |
| HSV(B) | 325.08º | 0.79% | 0.61% | - |
| XYZ | 16.56 | 9.06 | 13.97 | - |
| YUV | 77.57 | 142.92 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 33 | 104 | 0 | 0.79 | 0.33 | 0.39 | 325.08 | 0.65 | 0.37 |
| Hex | 9B | 21 | 68 | 0 | 4F | 21 | 27 | 145 | 41 | 25 |
| Octal | 233 | 41 | 150 | 0 | 117 | 41 | 47 | 505 | 101 | 45 |
| Binary | 10011011 | 100001 | 1101000 | 0 | 1001111 | 100001 | 100111 | 101000101 | 1000001 | 100101 |
Color Harmonies of #9B2168
Complementary color
Monochromatic Colors of #9B2168
Black with #9B2168
Text Example
Text Example
White with #9B2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2168; }
p { color: rgb(155,33,104); }
H1.HeaderClassName
{
color: #9B2168;
}
.AnyTagClassName
{
color: #9B2168;
}
</style>
background-color css
<style>
a { background-color: #9B2168; }
a { background-color: rgb(155,33,104); }
div.DivClassName
{
background-color: #9B2168;
}
.BgClassName
{
background-color: #9B2168;
}
</style>
border-color css
<style>
span { border-color: #9B2168; }
span { border-color: rgb(155,33,104); }
td.TdClassName
{
border-color: #9B2168;
}
.TagClassName
{
border-color: #9B2168;
}
</style>