Shades of Jazzberry Jam #90175B
Tints of Jazzberry Jam #90175B
RGB
CMYK
RGB Variations
Color information
#90175B (or 0x90175B) is known color: Jazzberry Jam. HEX triplet: 90, 17 and 5B. RGB value is (144,23,91). Sum of RGB (Red+Green+Blue) = 144+23+91=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #90175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90175B is #6FE8A4. Grayscale: #424242. Windows color (decimal): -7334053 or 5969808. OLE color: 5969808.
HSL color Cylindrical-coordinate representation of color #90175B: hue angle of 326.28º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90175B is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 91 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.44 |
| HSL | 326.28º | 0.72% | 0.33% | - |
| HSV(B) | 326.28º | 0.84% | 0.56% | - |
| XYZ | 13.7 | 7.3 | 10.58 | - |
| YUV | 66.93 | 141.59 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 91 | 0 | 0.84 | 0.37 | 0.44 | 326.28 | 0.72 | 0.33 |
| Hex | 90 | 17 | 5B | 0 | 54 | 25 | 2C | 146 | 48 | 21 |
| Octal | 220 | 27 | 133 | 0 | 124 | 45 | 54 | 506 | 110 | 41 |
| Binary | 10010000 | 10111 | 1011011 | 0 | 1010100 | 100101 | 101100 | 101000110 | 1001000 | 100001 |
Color Harmonies of #90175B
Complementary color
Monochromatic Colors of #90175B
Black with #90175B
Text Example
Text Example
White with #90175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90175B; }
p { color: rgb(144,23,91); }
H1.HeaderClassName
{
color: #90175B;
}
.AnyTagClassName
{
color: #90175B;
}
</style>
background-color css
<style>
a { background-color: #90175B; }
a { background-color: rgb(144,23,91); }
div.DivClassName
{
background-color: #90175B;
}
.BgClassName
{
background-color: #90175B;
}
</style>
border-color css
<style>
span { border-color: #90175B; }
span { border-color: rgb(144,23,91); }
td.TdClassName
{
border-color: #90175B;
}
.TagClassName
{
border-color: #90175B;
}
</style>