Shades of Jazzberry Jam #9A024F
Tints of Jazzberry Jam #9A024F
RGB
CMYK
RGB Variations
Color information
#9A024F (or 0x9A024F) is known color: Jazzberry Jam. HEX triplet: 9A, 02 and 4F. RGB value is (154,2,79). Sum of RGB (Red+Green+Blue) = 154+2+79=235 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.53% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 154 - color contains mainly: red. Hex color #9A024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A024F is #65FDB0. Grayscale: #383838. Windows color (decimal): -6684081 or 5178010. OLE color: 5178010.
HSL color Cylindrical-coordinate representation of color #9A024F: hue angle of 329.61º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A024F is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.40 |
| HSL | 329.61º | 0.97% | 0.31% | - |
| HSV(B) | 329.61º | 0.99% | 0.6% | - |
| XYZ | 14.76 | 7.48 | 8.06 | - |
| YUV | 56.23 | 140.86 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 79 | 0 | 0.99 | 0.49 | 0.40 | 329.61 | 0.97 | 0.31 |
| Hex | 9A | 2 | 4F | 0 | 63 | 31 | 28 | 14A | 61 | 1F |
| Octal | 232 | 2 | 117 | 0 | 143 | 61 | 50 | 512 | 141 | 37 |
| Binary | 10011010 | 10 | 1001111 | 0 | 1100011 | 110001 | 101000 | 101001010 | 1100001 | 11111 |
Color Harmonies of #9A024F
Complementary color
Monochromatic Colors of #9A024F
Black with #9A024F
Text Example
Text Example
White with #9A024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A024F; }
p { color: rgb(154,2,79); }
H1.HeaderClassName
{
color: #9A024F;
}
.AnyTagClassName
{
color: #9A024F;
}
</style>
background-color css
<style>
a { background-color: #9A024F; }
a { background-color: rgb(154,2,79); }
div.DivClassName
{
background-color: #9A024F;
}
.BgClassName
{
background-color: #9A024F;
}
</style>
border-color css
<style>
span { border-color: #9A024F; }
span { border-color: rgb(154,2,79); }
td.TdClassName
{
border-color: #9A024F;
}
.TagClassName
{
border-color: #9A024F;
}
</style>