Shades of Jazzberry Jam #9B0C63
Tints of Jazzberry Jam #9B0C63
RGB
CMYK
RGB Variations
Color information
#9B0C63 (or 0x9B0C63) is known color: Jazzberry Jam. HEX triplet: 9B, 0C and 63. RGB value is (155,12,99). Sum of RGB (Red+Green+Blue) = 155+12+99=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0C63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0C63 is #64F39C. Grayscale: #404040. Windows color (decimal): -6615965 or 6491291. OLE color: 6491291.
HSL color Cylindrical-coordinate representation of color #9B0C63: hue angle of 323.5º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0C63 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 12 | 99 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.39 |
| HSL | 323.5º | 0.86% | 0.33% | - |
| HSV(B) | 323.5º | 0.92% | 0.61% | - |
| XYZ | 15.9 | 8.13 | 12.54 | - |
| YUV | 64.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 12 | 99 | 0 | 0.92 | 0.36 | 0.39 | 323.5 | 0.86 | 0.33 |
| Hex | 9B | C | 63 | 0 | 5C | 24 | 27 | 143 | 56 | 21 |
| Octal | 233 | 14 | 143 | 0 | 134 | 44 | 47 | 503 | 126 | 41 |
| Binary | 10011011 | 1100 | 1100011 | 0 | 1011100 | 100100 | 100111 | 101000011 | 1010110 | 100001 |
Color Harmonies of #9B0C63
Complementary color
Monochromatic Colors of #9B0C63
Black with #9B0C63
Text Example
Text Example
White with #9B0C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0C63; }
p { color: rgb(155,12,99); }
H1.HeaderClassName
{
color: #9B0C63;
}
.AnyTagClassName
{
color: #9B0C63;
}
</style>
background-color css
<style>
a { background-color: #9B0C63; }
a { background-color: rgb(155,12,99); }
div.DivClassName
{
background-color: #9B0C63;
}
.BgClassName
{
background-color: #9B0C63;
}
</style>
border-color css
<style>
span { border-color: #9B0C63; }
span { border-color: rgb(155,12,99); }
td.TdClassName
{
border-color: #9B0C63;
}
.TagClassName
{
border-color: #9B0C63;
}
</style>