Shades of Jazzberry Jam #9A023E
Tints of Jazzberry Jam #9A023E
RGB
CMYK
RGB Variations
Color information
#9A023E (or 0x9A023E) is known color: Jazzberry Jam. HEX triplet: 9A, 02 and 3E. RGB value is (154,2,62). Sum of RGB (Red+Green+Blue) = 154+2+62=218 (28% of max value = 765). Red value is 154 (60.55% from 255 or 70.64% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 154 - color contains mainly: red. Hex color #9A023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A023E is #65FDC1. Grayscale: #363636. Windows color (decimal): -6684098 or 4063898. OLE color: 4063898.
HSL color Cylindrical-coordinate representation of color #9A023E: hue angle of 336.32º 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 #9A023E is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 2 | 62 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.40 |
| HSL | 336.32º | 0.97% | 0.31% | - |
| HSV(B) | 336.32º | 0.99% | 0.6% | - |
| XYZ | 14.22 | 7.26 | 5.21 | - |
| YUV | 54.29 | 132.36 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 2 | 62 | 0 | 0.99 | 0.60 | 0.40 | 336.32 | 0.97 | 0.31 |
| Hex | 9A | 2 | 3E | 0 | 63 | 3C | 28 | 150 | 61 | 1F |
| Octal | 232 | 2 | 76 | 0 | 143 | 74 | 50 | 520 | 141 | 37 |
| Binary | 10011010 | 10 | 111110 | 0 | 1100011 | 111100 | 101000 | 101010000 | 1100001 | 11111 |
Color Harmonies of #9A023E
Complementary color
Monochromatic Colors of #9A023E
Black with #9A023E
Text Example
Text Example
White with #9A023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A023E; }
p { color: rgb(154,2,62); }
H1.HeaderClassName
{
color: #9A023E;
}
.AnyTagClassName
{
color: #9A023E;
}
</style>
background-color css
<style>
a { background-color: #9A023E; }
a { background-color: rgb(154,2,62); }
div.DivClassName
{
background-color: #9A023E;
}
.BgClassName
{
background-color: #9A023E;
}
</style>
border-color css
<style>
span { border-color: #9A023E; }
span { border-color: rgb(154,2,62); }
td.TdClassName
{
border-color: #9A023E;
}
.TagClassName
{
border-color: #9A023E;
}
</style>