Shades of Jazzberry Jam #9A023C
Tints of Jazzberry Jam #9A023C
RGB
CMYK
RGB Variations
Color information
#9A023C (or 0x9A023C) is known color: Jazzberry Jam. HEX triplet: 9A, 02 and 3C. RGB value is (154,2,60). Sum of RGB (Red+Green+Blue) = 154+2+60=216 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.30% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 154 - color contains mainly: red. Hex color #9A023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A023C is #65FDC3. Grayscale: #353535. Windows color (decimal): -6684100 or 3932826. OLE color: 3932826.
HSL color Cylindrical-coordinate representation of color #9A023C: hue angle of 337.11º 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 #9A023C is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.40 |
| HSL | 337.11º | 0.97% | 0.31% | - |
| HSV(B) | 337.11º | 0.99% | 0.6% | - |
| XYZ | 14.16 | 7.24 | 4.93 | - |
| YUV | 54.06 | 131.36 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 60 | 0 | 0.99 | 0.61 | 0.40 | 337.11 | 0.97 | 0.31 |
| Hex | 9A | 2 | 3C | 0 | 63 | 3D | 28 | 151 | 61 | 1F |
| Octal | 232 | 2 | 74 | 0 | 143 | 75 | 50 | 521 | 141 | 37 |
| Binary | 10011010 | 10 | 111100 | 0 | 1100011 | 111101 | 101000 | 101010001 | 1100001 | 11111 |
Color Harmonies of #9A023C
Complementary color
Monochromatic Colors of #9A023C
Black with #9A023C
Text Example
Text Example
White with #9A023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A023C; }
p { color: rgb(154,2,60); }
H1.HeaderClassName
{
color: #9A023C;
}
.AnyTagClassName
{
color: #9A023C;
}
</style>
background-color css
<style>
a { background-color: #9A023C; }
a { background-color: rgb(154,2,60); }
div.DivClassName
{
background-color: #9A023C;
}
.BgClassName
{
background-color: #9A023C;
}
</style>
border-color css
<style>
span { border-color: #9A023C; }
span { border-color: rgb(154,2,60); }
td.TdClassName
{
border-color: #9A023C;
}
.TagClassName
{
border-color: #9A023C;
}
</style>