Shades of Jazzberry Jam #9A1E6C
Tints of Jazzberry Jam #9A1E6C
RGB
CMYK
RGB Variations
Color information
#9A1E6C (or 0x9A1E6C) is known color: Jazzberry Jam. HEX triplet: 9A, 1E and 6C. RGB value is (154,30,108). Sum of RGB (Red+Green+Blue) = 154+30+108=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1E6C is #65E193. Grayscale: #4B4B4B. Windows color (decimal): -6676884 or 7085722. OLE color: 7085722.
HSL color Cylindrical-coordinate representation of color #9A1E6C: hue angle of 322.26º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A1E6C is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 30 | 108 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.40 |
| HSL | 322.26º | 0.67% | 0.36% | - |
| HSV(B) | 322.26º | 0.81% | 0.6% | - |
| XYZ | 16.5 | 8.88 | 15.03 | - |
| YUV | 75.97 | 146.08 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 108 | 0 | 0.81 | 0.30 | 0.40 | 322.26 | 0.67 | 0.36 |
| Hex | 9A | 1E | 6C | 0 | 51 | 1E | 28 | 142 | 43 | 24 |
| Octal | 232 | 36 | 154 | 0 | 121 | 36 | 50 | 502 | 103 | 44 |
| Binary | 10011010 | 11110 | 1101100 | 0 | 1010001 | 11110 | 101000 | 101000010 | 1000011 | 100100 |
Color Harmonies of #9A1E6C
Complementary color
Monochromatic Colors of #9A1E6C
Black with #9A1E6C
Text Example
Text Example
White with #9A1E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1E6C; }
p { color: rgb(154,30,108); }
H1.HeaderClassName
{
color: #9A1E6C;
}
.AnyTagClassName
{
color: #9A1E6C;
}
</style>
background-color css
<style>
a { background-color: #9A1E6C; }
a { background-color: rgb(154,30,108); }
div.DivClassName
{
background-color: #9A1E6C;
}
.BgClassName
{
background-color: #9A1E6C;
}
</style>
border-color css
<style>
span { border-color: #9A1E6C; }
span { border-color: rgb(154,30,108); }
td.TdClassName
{
border-color: #9A1E6C;
}
.TagClassName
{
border-color: #9A1E6C;
}
</style>