Shades of Jazzberry Jam #9C045A
Tints of Jazzberry Jam #9C045A
RGB
CMYK
RGB Variations
Color information
#9C045A (or 0x9C045A) is known color: Jazzberry Jam. HEX triplet: 9C, 04 and 5A. RGB value is (156,4,90). Sum of RGB (Red+Green+Blue) = 156+4+90=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C045A is #63FBA5. Grayscale: #3B3B3B. Windows color (decimal): -6552486 or 5899420. OLE color: 5899420.
HSL color Cylindrical-coordinate representation of color #9C045A: hue angle of 326.05º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C045A is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 4 | 90 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.39 |
| HSL | 326.05º | 0.95% | 0.31% | - |
| HSV(B) | 326.05º | 0.97% | 0.61% | - |
| XYZ | 15.6 | 7.89 | 10.37 | - |
| YUV | 59.25 | 145.36 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 90 | 0 | 0.97 | 0.42 | 0.39 | 326.05 | 0.95 | 0.31 |
| Hex | 9C | 4 | 5A | 0 | 61 | 2A | 27 | 146 | 5F | 1F |
| Octal | 234 | 4 | 132 | 0 | 141 | 52 | 47 | 506 | 137 | 37 |
| Binary | 10011100 | 100 | 1011010 | 0 | 1100001 | 101010 | 100111 | 101000110 | 1011111 | 11111 |
Color Harmonies of #9C045A
Complementary color
Monochromatic Colors of #9C045A
Black with #9C045A
Text Example
Text Example
White with #9C045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C045A; }
p { color: rgb(156,4,90); }
H1.HeaderClassName
{
color: #9C045A;
}
.AnyTagClassName
{
color: #9C045A;
}
</style>
background-color css
<style>
a { background-color: #9C045A; }
a { background-color: rgb(156,4,90); }
div.DivClassName
{
background-color: #9C045A;
}
.BgClassName
{
background-color: #9C045A;
}
</style>
border-color css
<style>
span { border-color: #9C045A; }
span { border-color: rgb(156,4,90); }
td.TdClassName
{
border-color: #9C045A;
}
.TagClassName
{
border-color: #9C045A;
}
</style>