Shades of Jazzberry Jam #9B014E
Tints of Jazzberry Jam #9B014E
RGB
CMYK
RGB Variations
Color information
#9B014E (or 0x9B014E) is known color: Jazzberry Jam. HEX triplet: 9B, 01 and 4E. RGB value is (155,1,78). Sum of RGB (Red+Green+Blue) = 155+1+78=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B014E is #64FEB1. Grayscale: #373737. Windows color (decimal): -6618802 or 5112219. OLE color: 5112219.
HSL color Cylindrical-coordinate representation of color #9B014E: hue angle of 330º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B014E is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.39 |
| HSL | 330º | 0.99% | 0.31% | - |
| HSV(B) | 330º | 0.99% | 0.61% | - |
| XYZ | 14.9 | 7.54 | 7.88 | - |
| YUV | 55.82 | 140.52 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 1 | 78 | 0 | 0.99 | 0.50 | 0.39 | 330 | 0.99 | 0.31 |
| Hex | 9B | 1 | 4E | 0 | 63 | 32 | 27 | 14A | 63 | 1F |
| Octal | 233 | 1 | 116 | 0 | 143 | 62 | 47 | 512 | 143 | 37 |
| Binary | 10011011 | 1 | 1001110 | 0 | 1100011 | 110010 | 100111 | 101001010 | 1100011 | 11111 |
Color Harmonies of #9B014E
Complementary color
Monochromatic Colors of #9B014E
Black with #9B014E
Text Example
Text Example
White with #9B014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B014E; }
p { color: rgb(155,1,78); }
H1.HeaderClassName
{
color: #9B014E;
}
.AnyTagClassName
{
color: #9B014E;
}
</style>
background-color css
<style>
a { background-color: #9B014E; }
a { background-color: rgb(155,1,78); }
div.DivClassName
{
background-color: #9B014E;
}
.BgClassName
{
background-color: #9B014E;
}
</style>
border-color css
<style>
span { border-color: #9B014E; }
span { border-color: rgb(155,1,78); }
td.TdClassName
{
border-color: #9B014E;
}
.TagClassName
{
border-color: #9B014E;
}
</style>