Shades of Jazzberry Jam #9E165A
Tints of Jazzberry Jam #9E165A
RGB
CMYK
RGB Variations
Color information
#9E165A (or 0x9E165A) is known color: Jazzberry Jam. HEX triplet: 9E, 16 and 5A. RGB value is (158,22,90). Sum of RGB (Red+Green+Blue) = 158+22+90=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E165A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E165A is #61E9A5. Grayscale: #464646. Windows color (decimal): -6416806 or 5904030. OLE color: 5904030.
HSL color Cylindrical-coordinate representation of color #9E165A: hue angle of 330º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E165A is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 22 | 90 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.38 |
| HSL | 330º | 0.76% | 0.35% | - |
| HSV(B) | 330º | 0.86% | 0.62% | - |
| XYZ | 16.23 | 8.58 | 10.47 | - |
| YUV | 70.42 | 139.06 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 90 | 0 | 0.86 | 0.43 | 0.38 | 330 | 0.76 | 0.35 |
| Hex | 9E | 16 | 5A | 0 | 56 | 2B | 26 | 14A | 4C | 23 |
| Octal | 236 | 26 | 132 | 0 | 126 | 53 | 46 | 512 | 114 | 43 |
| Binary | 10011110 | 10110 | 1011010 | 0 | 1010110 | 101011 | 100110 | 101001010 | 1001100 | 100011 |
Color Harmonies of #9E165A
Complementary color
Monochromatic Colors of #9E165A
Black with #9E165A
Text Example
Text Example
White with #9E165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E165A; }
p { color: rgb(158,22,90); }
H1.HeaderClassName
{
color: #9E165A;
}
.AnyTagClassName
{
color: #9E165A;
}
</style>
background-color css
<style>
a { background-color: #9E165A; }
a { background-color: rgb(158,22,90); }
div.DivClassName
{
background-color: #9E165A;
}
.BgClassName
{
background-color: #9E165A;
}
</style>
border-color css
<style>
span { border-color: #9E165A; }
span { border-color: rgb(158,22,90); }
td.TdClassName
{
border-color: #9E165A;
}
.TagClassName
{
border-color: #9E165A;
}
</style>