Shades of Jazzberry Jam #9A185D
Tints of Jazzberry Jam #9A185D
RGB
CMYK
RGB Variations
Color information
#9A185D (or 0x9A185D) is known color: Jazzberry Jam. HEX triplet: 9A, 18 and 5D. RGB value is (154,24,93). Sum of RGB (Red+Green+Blue) = 154+24+93=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A185D is #65E7A2. Grayscale: #464646. Windows color (decimal): -6678435 or 6101146. OLE color: 6101146.
HSL color Cylindrical-coordinate representation of color #9A185D: hue angle of 328.15º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A185D is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 24 | 93 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.40 |
| HSL | 328.15º | 0.73% | 0.35% | - |
| HSV(B) | 328.15º | 0.84% | 0.6% | - |
| XYZ | 15.63 | 8.31 | 11.14 | - |
| YUV | 70.74 | 140.57 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 24 | 93 | 0 | 0.84 | 0.40 | 0.40 | 328.15 | 0.73 | 0.35 |
| Hex | 9A | 18 | 5D | 0 | 54 | 28 | 28 | 148 | 49 | 23 |
| Octal | 232 | 30 | 135 | 0 | 124 | 50 | 50 | 510 | 111 | 43 |
| Binary | 10011010 | 11000 | 1011101 | 0 | 1010100 | 101000 | 101000 | 101001000 | 1001001 | 100011 |
Color Harmonies of #9A185D
Complementary color
Monochromatic Colors of #9A185D
Black with #9A185D
Text Example
Text Example
White with #9A185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A185D; }
p { color: rgb(154,24,93); }
H1.HeaderClassName
{
color: #9A185D;
}
.AnyTagClassName
{
color: #9A185D;
}
</style>
background-color css
<style>
a { background-color: #9A185D; }
a { background-color: rgb(154,24,93); }
div.DivClassName
{
background-color: #9A185D;
}
.BgClassName
{
background-color: #9A185D;
}
</style>
border-color css
<style>
span { border-color: #9A185D; }
span { border-color: rgb(154,24,93); }
td.TdClassName
{
border-color: #9A185D;
}
.TagClassName
{
border-color: #9A185D;
}
</style>