Shades of Jazzberry Jam #910752
Tints of Jazzberry Jam #910752
RGB
CMYK
RGB Variations
Color information
#910752 (or 0x910752) is known color: Jazzberry Jam. HEX triplet: 91, 07 and 52. RGB value is (145,7,82). Sum of RGB (Red+Green+Blue) = 145+7+82=234 (30% of max value = 765). Red value is 145 (57.03% from 255 or 61.97% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 145 - color contains mainly: red. Hex color #910752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910752 is #6EF8AD. Grayscale: #383838. Windows color (decimal): -7272622 or 5375889. OLE color: 5375889.
HSL color Cylindrical-coordinate representation of color #910752: hue angle of 327.39º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910752 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 82 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.43 |
| HSL | 327.39º | 0.91% | 0.3% | - |
| HSV(B) | 327.39º | 0.95% | 0.57% | - |
| XYZ | 13.28 | 6.78 | 8.59 | - |
| YUV | 56.81 | 142.22 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 82 | 0 | 0.95 | 0.43 | 0.43 | 327.39 | 0.91 | 0.3 |
| Hex | 91 | 7 | 52 | 0 | 5F | 2B | 2B | 147 | 5B | 1E |
| Octal | 221 | 7 | 122 | 0 | 137 | 53 | 53 | 507 | 133 | 36 |
| Binary | 10010001 | 111 | 1010010 | 0 | 1011111 | 101011 | 101011 | 101000111 | 1011011 | 11110 |
Color Harmonies of #910752
Complementary color
Monochromatic Colors of #910752
Black with #910752
Text Example
Text Example
White with #910752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910752; }
p { color: rgb(145,7,82); }
H1.HeaderClassName
{
color: #910752;
}
.AnyTagClassName
{
color: #910752;
}
</style>
background-color css
<style>
a { background-color: #910752; }
a { background-color: rgb(145,7,82); }
div.DivClassName
{
background-color: #910752;
}
.BgClassName
{
background-color: #910752;
}
</style>
border-color css
<style>
span { border-color: #910752; }
span { border-color: rgb(145,7,82); }
td.TdClassName
{
border-color: #910752;
}
.TagClassName
{
border-color: #910752;
}
</style>