Shades of Jazzberry Jam #9A1C5C
Tints of Jazzberry Jam #9A1C5C
RGB
CMYK
RGB Variations
Color information
#9A1C5C (or 0x9A1C5C) is known color: Jazzberry Jam. HEX triplet: 9A, 1C and 5C. RGB value is (154,28,92). Sum of RGB (Red+Green+Blue) = 154+28+92=274 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.20% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1C5C is #65E3A3. Grayscale: #484848. Windows color (decimal): -6677412 or 6036634. OLE color: 6036634.
HSL color Cylindrical-coordinate representation of color #9A1C5C: hue angle of 329.52º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1C5C is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 28 | 92 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.40 |
| HSL | 329.52º | 0.69% | 0.36% | - |
| HSV(B) | 329.52º | 0.82% | 0.6% | - |
| XYZ | 15.67 | 8.47 | 10.93 | - |
| YUV | 72.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 28 | 92 | 0 | 0.82 | 0.40 | 0.40 | 329.52 | 0.69 | 0.36 |
| Hex | 9A | 1C | 5C | 0 | 52 | 28 | 28 | 14A | 45 | 24 |
| Octal | 232 | 34 | 134 | 0 | 122 | 50 | 50 | 512 | 105 | 44 |
| Binary | 10011010 | 11100 | 1011100 | 0 | 1010010 | 101000 | 101000 | 101001010 | 1000101 | 100100 |
Color Harmonies of #9A1C5C
Complementary color
Monochromatic Colors of #9A1C5C
Black with #9A1C5C
Text Example
Text Example
White with #9A1C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1C5C; }
p { color: rgb(154,28,92); }
H1.HeaderClassName
{
color: #9A1C5C;
}
.AnyTagClassName
{
color: #9A1C5C;
}
</style>
background-color css
<style>
a { background-color: #9A1C5C; }
a { background-color: rgb(154,28,92); }
div.DivClassName
{
background-color: #9A1C5C;
}
.BgClassName
{
background-color: #9A1C5C;
}
</style>
border-color css
<style>
span { border-color: #9A1C5C; }
span { border-color: rgb(154,28,92); }
td.TdClassName
{
border-color: #9A1C5C;
}
.TagClassName
{
border-color: #9A1C5C;
}
</style>