Shades of Jazzberry Jam #9A014C
Tints of Jazzberry Jam #9A014C
RGB
CMYK
RGB Variations
Color information
#9A014C (or 0x9A014C) is known color: Jazzberry Jam. HEX triplet: 9A, 01 and 4C. RGB value is (154,1,76). Sum of RGB (Red+Green+Blue) = 154+1+76=231 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.67% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 154 - color contains mainly: red. Hex color #9A014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A014C is #65FEB3. Grayscale: #373737. Windows color (decimal): -6684340 or 4981146. OLE color: 4981146.
HSL color Cylindrical-coordinate representation of color #9A014C: hue angle of 330.59º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A014C is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.40 |
| HSL | 330.59º | 0.99% | 0.3% | - |
| HSV(B) | 330.59º | 0.99% | 0.6% | - |
| XYZ | 14.64 | 7.41 | 7.5 | - |
| YUV | 55.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 76 | 0 | 0.99 | 0.51 | 0.40 | 330.59 | 0.99 | 0.3 |
| Hex | 9A | 1 | 4C | 0 | 63 | 33 | 28 | 14B | 63 | 1E |
| Octal | 232 | 1 | 114 | 0 | 143 | 63 | 50 | 513 | 143 | 36 |
| Binary | 10011010 | 1 | 1001100 | 0 | 1100011 | 110011 | 101000 | 101001011 | 1100011 | 11110 |
Color Harmonies of #9A014C
Complementary color
Monochromatic Colors of #9A014C
Black with #9A014C
Text Example
Text Example
White with #9A014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A014C; }
p { color: rgb(154,1,76); }
H1.HeaderClassName
{
color: #9A014C;
}
.AnyTagClassName
{
color: #9A014C;
}
</style>
background-color css
<style>
a { background-color: #9A014C; }
a { background-color: rgb(154,1,76); }
div.DivClassName
{
background-color: #9A014C;
}
.BgClassName
{
background-color: #9A014C;
}
</style>
border-color css
<style>
span { border-color: #9A014C; }
span { border-color: rgb(154,1,76); }
td.TdClassName
{
border-color: #9A014C;
}
.TagClassName
{
border-color: #9A014C;
}
</style>