Shades of Jazzberry Jam #9C095A
Tints of Jazzberry Jam #9C095A
RGB
CMYK
RGB Variations
Color information
#9C095A (or 0x9C095A) is known color: Jazzberry Jam. HEX triplet: 9C, 09 and 5A. RGB value is (156,9,90). Sum of RGB (Red+Green+Blue) = 156+9+90=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C095A is #63F6A5. Grayscale: #3E3E3E. Windows color (decimal): -6551206 or 5900700. OLE color: 5900700.
HSL color Cylindrical-coordinate representation of color #9C095A: hue angle of 326.94º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C095A is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 9 | 90 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.39 |
| HSL | 326.94º | 0.89% | 0.32% | - |
| HSV(B) | 326.94º | 0.94% | 0.61% | - |
| XYZ | 15.65 | 8 | 10.39 | - |
| YUV | 62.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 90 | 0 | 0.94 | 0.42 | 0.39 | 326.94 | 0.89 | 0.32 |
| Hex | 9C | 9 | 5A | 0 | 5E | 2A | 27 | 147 | 59 | 20 |
| Octal | 234 | 11 | 132 | 0 | 136 | 52 | 47 | 507 | 131 | 40 |
| Binary | 10011100 | 1001 | 1011010 | 0 | 1011110 | 101010 | 100111 | 101000111 | 1011001 | 100000 |
Color Harmonies of #9C095A
Complementary color
Monochromatic Colors of #9C095A
Black with #9C095A
Text Example
Text Example
White with #9C095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C095A; }
p { color: rgb(156,9,90); }
H1.HeaderClassName
{
color: #9C095A;
}
.AnyTagClassName
{
color: #9C095A;
}
</style>
background-color css
<style>
a { background-color: #9C095A; }
a { background-color: rgb(156,9,90); }
div.DivClassName
{
background-color: #9C095A;
}
.BgClassName
{
background-color: #9C095A;
}
</style>
border-color css
<style>
span { border-color: #9C095A; }
span { border-color: rgb(156,9,90); }
td.TdClassName
{
border-color: #9C095A;
}
.TagClassName
{
border-color: #9C095A;
}
</style>