Shades of Jazzberry Jam #9C0145
Tints of Jazzberry Jam #9C0145
RGB
CMYK
RGB Variations
Color information
#9C0145 (or 0x9C0145) is known color: Jazzberry Jam. HEX triplet: 9C, 01 and 45. RGB value is (156,1,69). Sum of RGB (Red+Green+Blue) = 156+1+69=226 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.03% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0145 is #63FEBA. Grayscale: #363636. Windows color (decimal): -6553275 or 4522396. OLE color: 4522396.
HSL color Cylindrical-coordinate representation of color #9C0145: hue angle of 333.68º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0145 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 69 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.39 |
| HSL | 333.68º | 0.99% | 0.31% | - |
| HSV(B) | 333.68º | 0.99% | 0.61% | - |
| XYZ | 14.8 | 7.52 | 6.3 | - |
| YUV | 55.1 | 135.85 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 69 | 0 | 0.99 | 0.56 | 0.39 | 333.68 | 0.99 | 0.31 |
| Hex | 9C | 1 | 45 | 0 | 63 | 38 | 27 | 14E | 63 | 1F |
| Octal | 234 | 1 | 105 | 0 | 143 | 70 | 47 | 516 | 143 | 37 |
| Binary | 10011100 | 1 | 1000101 | 0 | 1100011 | 111000 | 100111 | 101001110 | 1100011 | 11111 |
Color Harmonies of #9C0145
Complementary color
Monochromatic Colors of #9C0145
Black with #9C0145
Text Example
Text Example
White with #9C0145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0145; }
p { color: rgb(156,1,69); }
H1.HeaderClassName
{
color: #9C0145;
}
.AnyTagClassName
{
color: #9C0145;
}
</style>
background-color css
<style>
a { background-color: #9C0145; }
a { background-color: rgb(156,1,69); }
div.DivClassName
{
background-color: #9C0145;
}
.BgClassName
{
background-color: #9C0145;
}
</style>
border-color css
<style>
span { border-color: #9C0145; }
span { border-color: rgb(156,1,69); }
td.TdClassName
{
border-color: #9C0145;
}
.TagClassName
{
border-color: #9C0145;
}
</style>