Shades of Jazzberry Jam #910145
Tints of Jazzberry Jam #910145
RGB
CMYK
RGB Variations
Color information
#910145 (or 0x910145) is known color: Jazzberry Jam. HEX triplet: 91, 01 and 45. RGB value is (145,1,69). Sum of RGB (Red+Green+Blue) = 145+1+69=215 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.44% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 145 - color contains mainly: red. Hex color #910145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910145 is #6EFEBA. Grayscale: #333333. Windows color (decimal): -7274171 or 4522385. OLE color: 4522385.
HSL color Cylindrical-coordinate representation of color #910145: hue angle of 331.67º 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 #910145 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 69 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.43 |
| HSL | 331.67º | 0.99% | 0.29% | - |
| HSV(B) | 331.67º | 0.99% | 0.57% | - |
| XYZ | 12.76 | 6.47 | 6.21 | - |
| YUV | 51.81 | 137.71 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 69 | 0 | 0.99 | 0.52 | 0.43 | 331.67 | 0.99 | 0.29 |
| Hex | 91 | 1 | 45 | 0 | 63 | 34 | 2B | 14C | 63 | 1D |
| Octal | 221 | 1 | 105 | 0 | 143 | 64 | 53 | 514 | 143 | 35 |
| Binary | 10010001 | 1 | 1000101 | 0 | 1100011 | 110100 | 101011 | 101001100 | 1100011 | 11101 |
Color Harmonies of #910145
Complementary color
Monochromatic Colors of #910145
Black with #910145
Text Example
Text Example
White with #910145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910145; }
p { color: rgb(145,1,69); }
H1.HeaderClassName
{
color: #910145;
}
.AnyTagClassName
{
color: #910145;
}
</style>
background-color css
<style>
a { background-color: #910145; }
a { background-color: rgb(145,1,69); }
div.DivClassName
{
background-color: #910145;
}
.BgClassName
{
background-color: #910145;
}
</style>
border-color css
<style>
span { border-color: #910145; }
span { border-color: rgb(145,1,69); }
td.TdClassName
{
border-color: #910145;
}
.TagClassName
{
border-color: #910145;
}
</style>