Shades of Jazzberry Jam #910143
Tints of Jazzberry Jam #910143
RGB
CMYK
RGB Variations
Color information
#910143 (or 0x910143) is known color: Jazzberry Jam. HEX triplet: 91, 01 and 43. RGB value is (145,1,67). Sum of RGB (Red+Green+Blue) = 145+1+67=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #910143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910143 is #6EFEBC. Grayscale: #333333. Windows color (decimal): -7274173 or 4391313. OLE color: 4391313.
HSL color Cylindrical-coordinate representation of color #910143: hue angle of 332.5º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910143 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.43 |
| HSL | 332.5º | 0.99% | 0.29% | - |
| HSV(B) | 332.5º | 0.99% | 0.57% | - |
| XYZ | 12.7 | 6.45 | 5.89 | - |
| YUV | 51.58 | 136.71 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 67 | 0 | 0.99 | 0.54 | 0.43 | 332.5 | 0.99 | 0.29 |
| Hex | 91 | 1 | 43 | 0 | 63 | 36 | 2B | 14C | 63 | 1D |
| Octal | 221 | 1 | 103 | 0 | 143 | 66 | 53 | 514 | 143 | 35 |
| Binary | 10010001 | 1 | 1000011 | 0 | 1100011 | 110110 | 101011 | 101001100 | 1100011 | 11101 |
Color Harmonies of #910143
Complementary color
Monochromatic Colors of #910143
Black with #910143
Text Example
Text Example
White with #910143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910143; }
p { color: rgb(145,1,67); }
H1.HeaderClassName
{
color: #910143;
}
.AnyTagClassName
{
color: #910143;
}
</style>
background-color css
<style>
a { background-color: #910143; }
a { background-color: rgb(145,1,67); }
div.DivClassName
{
background-color: #910143;
}
.BgClassName
{
background-color: #910143;
}
</style>
border-color css
<style>
span { border-color: #910143; }
span { border-color: rgb(145,1,67); }
td.TdClassName
{
border-color: #910143;
}
.TagClassName
{
border-color: #910143;
}
</style>