Shades of Jazzberry Jam #9B083D
Tints of Jazzberry Jam #9B083D
RGB
CMYK
RGB Variations
Color information
#9B083D (or 0x9B083D) is known color: Jazzberry Jam. HEX triplet: 9B, 08 and 3D. RGB value is (155,8,61). Sum of RGB (Red+Green+Blue) = 155+8+61=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B083D is #64F7C2. Grayscale: #393939. Windows color (decimal): -6617027 or 3999899. OLE color: 3999899.
HSL color Cylindrical-coordinate representation of color #9B083D: hue angle of 338.37º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B083D is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 8 | 61 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.39 |
| HSL | 338.37º | 0.9% | 0.32% | - |
| HSV(B) | 338.37º | 0.95% | 0.61% | - |
| XYZ | 14.45 | 7.48 | 5.1 | - |
| YUV | 58 | 129.7 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 8 | 61 | 0 | 0.95 | 0.61 | 0.39 | 338.37 | 0.9 | 0.32 |
| Hex | 9B | 8 | 3D | 0 | 5F | 3D | 27 | 152 | 5A | 20 |
| Octal | 233 | 10 | 75 | 0 | 137 | 75 | 47 | 522 | 132 | 40 |
| Binary | 10011011 | 1000 | 111101 | 0 | 1011111 | 111101 | 100111 | 101010010 | 1011010 | 100000 |
Color Harmonies of #9B083D
Complementary color
Monochromatic Colors of #9B083D
Black with #9B083D
Text Example
Text Example
White with #9B083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B083D; }
p { color: rgb(155,8,61); }
H1.HeaderClassName
{
color: #9B083D;
}
.AnyTagClassName
{
color: #9B083D;
}
</style>
background-color css
<style>
a { background-color: #9B083D; }
a { background-color: rgb(155,8,61); }
div.DivClassName
{
background-color: #9B083D;
}
.BgClassName
{
background-color: #9B083D;
}
</style>
border-color css
<style>
span { border-color: #9B083D; }
span { border-color: rgb(155,8,61); }
td.TdClassName
{
border-color: #9B083D;
}
.TagClassName
{
border-color: #9B083D;
}
</style>