Shades of Jazzberry Jam #99054F
Tints of Jazzberry Jam #99054F
RGB
CMYK
RGB Variations
Color information
#99054F (or 0x99054F) is known color: Jazzberry Jam. HEX triplet: 99, 05 and 4F. RGB value is (153,5,79). Sum of RGB (Red+Green+Blue) = 153+5+79=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #99054F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99054F is #66FAB0. Grayscale: #393939. Windows color (decimal): -6748849 or 5178777. OLE color: 5178777.
HSL color Cylindrical-coordinate representation of color #99054F: hue angle of 330º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99054F is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 5 | 79 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.4 |
| HSL | 330º | 0.94% | 0.31% | - |
| HSV(B) | 330º | 0.97% | 0.6% | - |
| XYZ | 14.6 | 7.45 | 8.06 | - |
| YUV | 57.69 | 140.03 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 79 | 0 | 0.97 | 0.48 | 0.4 | 330 | 0.94 | 0.31 |
| Hex | 99 | 5 | 4F | 0 | 61 | 30 | 28 | 14A | 5E | 1F |
| Octal | 231 | 5 | 117 | 0 | 141 | 60 | 50 | 512 | 136 | 37 |
| Binary | 10011001 | 101 | 1001111 | 0 | 1100001 | 110000 | 101000 | 101001010 | 1011110 | 11111 |
Color Harmonies of #99054F
Complementary color
Monochromatic Colors of #99054F
Black with #99054F
Text Example
Text Example
White with #99054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99054F; }
p { color: rgb(153,5,79); }
H1.HeaderClassName
{
color: #99054F;
}
.AnyTagClassName
{
color: #99054F;
}
</style>
background-color css
<style>
a { background-color: #99054F; }
a { background-color: rgb(153,5,79); }
div.DivClassName
{
background-color: #99054F;
}
.BgClassName
{
background-color: #99054F;
}
</style>
border-color css
<style>
span { border-color: #99054F; }
span { border-color: rgb(153,5,79); }
td.TdClassName
{
border-color: #99054F;
}
.TagClassName
{
border-color: #99054F;
}
</style>