Shades of Jazzberry Jam #9C2068
Tints of Jazzberry Jam #9C2068
RGB
CMYK
RGB Variations
Color information
#9C2068 (or 0x9C2068) is known color: Jazzberry Jam. HEX triplet: 9C, 20 and 68. RGB value is (156,32,104). Sum of RGB (Red+Green+Blue) = 156+32+104=292 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.42% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C2068 is #63DF97. Grayscale: #4D4D4D. Windows color (decimal): -6545304 or 6824092. OLE color: 6824092.
HSL color Cylindrical-coordinate representation of color #9C2068: hue angle of 325.16º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2068 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 32 | 104 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.39 |
| HSL | 325.16º | 0.66% | 0.37% | - |
| HSV(B) | 325.16º | 0.79% | 0.61% | - |
| XYZ | 16.73 | 9.1 | 13.97 | - |
| YUV | 77.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 32 | 104 | 0 | 0.79 | 0.33 | 0.39 | 325.16 | 0.66 | 0.37 |
| Hex | 9C | 20 | 68 | 0 | 4F | 21 | 27 | 145 | 42 | 25 |
| Octal | 234 | 40 | 150 | 0 | 117 | 41 | 47 | 505 | 102 | 45 |
| Binary | 10011100 | 100000 | 1101000 | 0 | 1001111 | 100001 | 100111 | 101000101 | 1000010 | 100101 |
Color Harmonies of #9C2068
Complementary color
Monochromatic Colors of #9C2068
Black with #9C2068
Text Example
Text Example
White with #9C2068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2068; }
p { color: rgb(156,32,104); }
H1.HeaderClassName
{
color: #9C2068;
}
.AnyTagClassName
{
color: #9C2068;
}
</style>
background-color css
<style>
a { background-color: #9C2068; }
a { background-color: rgb(156,32,104); }
div.DivClassName
{
background-color: #9C2068;
}
.BgClassName
{
background-color: #9C2068;
}
</style>
border-color css
<style>
span { border-color: #9C2068; }
span { border-color: rgb(156,32,104); }
td.TdClassName
{
border-color: #9C2068;
}
.TagClassName
{
border-color: #9C2068;
}
</style>