Shades of Jazzberry Jam #9B256C
Tints of Jazzberry Jam #9B256C
RGB
CMYK
RGB Variations
Color information
#9B256C (or 0x9B256C) is known color: Jazzberry Jam. HEX triplet: 9B, 25 and 6C. RGB value is (155,37,108). Sum of RGB (Red+Green+Blue) = 155+37+108=300 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 155 - color contains mainly: red. Hex color #9B256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B256C is #64DA93. Grayscale: #505050. Windows color (decimal): -6609556 or 7087515. OLE color: 7087515.
HSL color Cylindrical-coordinate representation of color #9B256C: hue angle of 323.9º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B256C is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 108 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.39 |
| HSL | 323.9º | 0.61% | 0.38% | - |
| HSV(B) | 323.9º | 0.76% | 0.61% | - |
| XYZ | 16.89 | 9.37 | 15.11 | - |
| YUV | 80.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 108 | 0 | 0.76 | 0.30 | 0.39 | 323.9 | 0.61 | 0.38 |
| Hex | 9B | 25 | 6C | 0 | 4C | 1E | 27 | 144 | 3D | 26 |
| Octal | 233 | 45 | 154 | 0 | 114 | 36 | 47 | 504 | 75 | 46 |
| Binary | 10011011 | 100101 | 1101100 | 0 | 1001100 | 11110 | 100111 | 101000100 | 111101 | 100110 |
Color Harmonies of #9B256C
Complementary color
Monochromatic Colors of #9B256C
Black with #9B256C
Text Example
Text Example
White with #9B256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B256C; }
p { color: rgb(155,37,108); }
H1.HeaderClassName
{
color: #9B256C;
}
.AnyTagClassName
{
color: #9B256C;
}
</style>
background-color css
<style>
a { background-color: #9B256C; }
a { background-color: rgb(155,37,108); }
div.DivClassName
{
background-color: #9B256C;
}
.BgClassName
{
background-color: #9B256C;
}
</style>
border-color css
<style>
span { border-color: #9B256C; }
span { border-color: rgb(155,37,108); }
td.TdClassName
{
border-color: #9B256C;
}
.TagClassName
{
border-color: #9B256C;
}
</style>