Shades of Jazzberry Jam #9A095A
Tints of Jazzberry Jam #9A095A
RGB
CMYK
RGB Variations
Color information
#9A095A (or 0x9A095A) is known color: Jazzberry Jam. HEX triplet: 9A, 09 and 5A. RGB value is (154,9,90). Sum of RGB (Red+Green+Blue) = 154+9+90=253 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.87% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 154 - color contains mainly: red. Hex color #9A095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A095A is #65F6A5. Grayscale: #3D3D3D. Windows color (decimal): -6682278 or 5900698. OLE color: 5900698.
HSL color Cylindrical-coordinate representation of color #9A095A: hue angle of 326.48º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A095A is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 9 | 90 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.40 |
| HSL | 326.48º | 0.89% | 0.32% | - |
| HSV(B) | 326.48º | 0.94% | 0.6% | - |
| XYZ | 15.27 | 7.8 | 10.37 | - |
| YUV | 61.59 | 144.04 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 9 | 90 | 0 | 0.94 | 0.42 | 0.40 | 326.48 | 0.89 | 0.32 |
| Hex | 9A | 9 | 5A | 0 | 5E | 2A | 28 | 146 | 59 | 20 |
| Octal | 232 | 11 | 132 | 0 | 136 | 52 | 50 | 506 | 131 | 40 |
| Binary | 10011010 | 1001 | 1011010 | 0 | 1011110 | 101010 | 101000 | 101000110 | 1011001 | 100000 |
Color Harmonies of #9A095A
Complementary color
Monochromatic Colors of #9A095A
Black with #9A095A
Text Example
Text Example
White with #9A095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A095A; }
p { color: rgb(154,9,90); }
H1.HeaderClassName
{
color: #9A095A;
}
.AnyTagClassName
{
color: #9A095A;
}
</style>
background-color css
<style>
a { background-color: #9A095A; }
a { background-color: rgb(154,9,90); }
div.DivClassName
{
background-color: #9A095A;
}
.BgClassName
{
background-color: #9A095A;
}
</style>
border-color css
<style>
span { border-color: #9A095A; }
span { border-color: rgb(154,9,90); }
td.TdClassName
{
border-color: #9A095A;
}
.TagClassName
{
border-color: #9A095A;
}
</style>