Shades of Jazzberry Jam #9C0255
Tints of Jazzberry Jam #9C0255
RGB
CMYK
RGB Variations
Color information
#9C0255 (or 0x9C0255) is known color: Jazzberry Jam. HEX triplet: 9C, 02 and 55. RGB value is (156,2,85). Sum of RGB (Red+Green+Blue) = 156+2+85=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0255 is #63FDAA. Grayscale: #393939. Windows color (decimal): -6553003 or 5571228. OLE color: 5571228.
HSL color Cylindrical-coordinate representation of color #9C0255: hue angle of 327.66º degrees, saturation: 0.97, 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 #9C0255 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.39 |
| HSL | 327.66º | 0.97% | 0.31% | - |
| HSV(B) | 327.66º | 0.99% | 0.61% | - |
| XYZ | 15.37 | 7.77 | 9.28 | - |
| YUV | 57.51 | 143.52 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 2 | 85 | 0 | 0.99 | 0.46 | 0.39 | 327.66 | 0.97 | 0.31 |
| Hex | 9C | 2 | 55 | 0 | 63 | 2E | 27 | 148 | 61 | 1F |
| Octal | 234 | 2 | 125 | 0 | 143 | 56 | 47 | 510 | 141 | 37 |
| Binary | 10011100 | 10 | 1010101 | 0 | 1100011 | 101110 | 100111 | 101001000 | 1100001 | 11111 |
Color Harmonies of #9C0255
Complementary color
Monochromatic Colors of #9C0255
Black with #9C0255
Text Example
Text Example
White with #9C0255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0255; }
p { color: rgb(156,2,85); }
H1.HeaderClassName
{
color: #9C0255;
}
.AnyTagClassName
{
color: #9C0255;
}
</style>
background-color css
<style>
a { background-color: #9C0255; }
a { background-color: rgb(156,2,85); }
div.DivClassName
{
background-color: #9C0255;
}
.BgClassName
{
background-color: #9C0255;
}
</style>
border-color css
<style>
span { border-color: #9C0255; }
span { border-color: rgb(156,2,85); }
td.TdClassName
{
border-color: #9C0255;
}
.TagClassName
{
border-color: #9C0255;
}
</style>