Shades of Jazzberry Jam #9E105A
Tints of Jazzberry Jam #9E105A
RGB
CMYK
RGB Variations
Color information
#9E105A (or 0x9E105A) is known color: Jazzberry Jam. HEX triplet: 9E, 10 and 5A. RGB value is (158,16,90). Sum of RGB (Red+Green+Blue) = 158+16+90=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E105A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E105A is #61EFA5. Grayscale: #424242. Windows color (decimal): -6418342 or 5902494. OLE color: 5902494.
HSL color Cylindrical-coordinate representation of color #9E105A: hue angle of 328.73º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E105A is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 90 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.38 |
| HSL | 328.73º | 0.82% | 0.34% | - |
| HSV(B) | 328.73º | 0.9% | 0.62% | - |
| XYZ | 16.13 | 8.38 | 10.44 | - |
| YUV | 66.89 | 141.04 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 90 | 0 | 0.90 | 0.43 | 0.38 | 328.73 | 0.82 | 0.34 |
| Hex | 9E | 10 | 5A | 0 | 5A | 2B | 26 | 149 | 52 | 22 |
| Octal | 236 | 20 | 132 | 0 | 132 | 53 | 46 | 511 | 122 | 42 |
| Binary | 10011110 | 10000 | 1011010 | 0 | 1011010 | 101011 | 100110 | 101001001 | 1010010 | 100010 |
Color Harmonies of #9E105A
Complementary color
Monochromatic Colors of #9E105A
Black with #9E105A
Text Example
Text Example
White with #9E105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E105A; }
p { color: rgb(158,16,90); }
H1.HeaderClassName
{
color: #9E105A;
}
.AnyTagClassName
{
color: #9E105A;
}
</style>
background-color css
<style>
a { background-color: #9E105A; }
a { background-color: rgb(158,16,90); }
div.DivClassName
{
background-color: #9E105A;
}
.BgClassName
{
background-color: #9E105A;
}
</style>
border-color css
<style>
span { border-color: #9E105A; }
span { border-color: rgb(158,16,90); }
td.TdClassName
{
border-color: #9E105A;
}
.TagClassName
{
border-color: #9E105A;
}
</style>