Shades of Jazzberry Jam #9C085C
Tints of Jazzberry Jam #9C085C
RGB
CMYK
RGB Variations
Color information
#9C085C (or 0x9C085C) is known color: Jazzberry Jam. HEX triplet: 9C, 08 and 5C. RGB value is (156,8,92). Sum of RGB (Red+Green+Blue) = 156+8+92=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C085C is #63F7A3. Grayscale: #3D3D3D. Windows color (decimal): -6551460 or 6031516. OLE color: 6031516.
HSL color Cylindrical-coordinate representation of color #9C085C: hue angle of 325.95º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C085C is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 8 | 92 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.39 |
| HSL | 325.95º | 0.9% | 0.32% | - |
| HSV(B) | 325.95º | 0.95% | 0.61% | - |
| XYZ | 15.73 | 8.01 | 10.84 | - |
| YUV | 61.83 | 145.03 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 8 | 92 | 0 | 0.95 | 0.41 | 0.39 | 325.95 | 0.9 | 0.32 |
| Hex | 9C | 8 | 5C | 0 | 5F | 29 | 27 | 146 | 5A | 20 |
| Octal | 234 | 10 | 134 | 0 | 137 | 51 | 47 | 506 | 132 | 40 |
| Binary | 10011100 | 1000 | 1011100 | 0 | 1011111 | 101001 | 100111 | 101000110 | 1011010 | 100000 |
Color Harmonies of #9C085C
Complementary color
Monochromatic Colors of #9C085C
Black with #9C085C
Text Example
Text Example
White with #9C085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C085C; }
p { color: rgb(156,8,92); }
H1.HeaderClassName
{
color: #9C085C;
}
.AnyTagClassName
{
color: #9C085C;
}
</style>
background-color css
<style>
a { background-color: #9C085C; }
a { background-color: rgb(156,8,92); }
div.DivClassName
{
background-color: #9C085C;
}
.BgClassName
{
background-color: #9C085C;
}
</style>
border-color css
<style>
span { border-color: #9C085C; }
span { border-color: rgb(156,8,92); }
td.TdClassName
{
border-color: #9C085C;
}
.TagClassName
{
border-color: #9C085C;
}
</style>