Shades of Jazzberry Jam #B90065
Tints of Jazzberry Jam #B90065
RGB
CMYK
RGB Variations
Color information
#B90065 (or 0xB90065) is known color: Jazzberry Jam. HEX triplet: B9, 00 and 65. RGB value is (185,0,101). Sum of RGB (Red+Green+Blue) = 185+0+101=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B90065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90065 is #46FF9A. Grayscale: #424242. Windows color (decimal): -4652955 or 6619321. OLE color: 6619321.
HSL color Cylindrical-coordinate representation of color #B90065: hue angle of 327.24º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B90065 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.45 | 0.27 |
| HSL | 327.24º | 1% | 0.36% | - |
| HSV(B) | 327.24º | 1% | 0.73% | - |
| XYZ | 22.36 | 11.25 | 13.31 | - |
| YUV | 66.83 | 147.29 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 0 | 101 | 0 | 1 | 0.45 | 0.27 | 327.24 | 1 | 0.36 |
| Hex | B9 | 0 | 65 | 0 | 64 | 2D | 1B | 147 | 64 | 24 |
| Octal | 271 | 0 | 145 | 0 | 144 | 55 | 33 | 507 | 144 | 44 |
| Binary | 10111001 | 0 | 1100101 | 0 | 1100100 | 101101 | 11011 | 101000111 | 1100100 | 100100 |
Color Harmonies of #B90065
Complementary color
Monochromatic Colors of #B90065
Black with #B90065
Text Example
Text Example
White with #B90065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90065; }
p { color: rgb(185,0,101); }
H1.HeaderClassName
{
color: #B90065;
}
.AnyTagClassName
{
color: #B90065;
}
</style>
background-color css
<style>
a { background-color: #B90065; }
a { background-color: rgb(185,0,101); }
div.DivClassName
{
background-color: #B90065;
}
.BgClassName
{
background-color: #B90065;
}
</style>
border-color css
<style>
span { border-color: #B90065; }
span { border-color: rgb(185,0,101); }
td.TdClassName
{
border-color: #B90065;
}
.TagClassName
{
border-color: #B90065;
}
</style>