Shades of Jazzberry Jam #941B66
Tints of Jazzberry Jam #941B66
RGB
CMYK
RGB Variations
Color information
#941B66 (or 0x941B66) is known color: Jazzberry Jam. HEX triplet: 94, 1B and 66. RGB value is (148,27,102). Sum of RGB (Red+Green+Blue) = 148+27+102=277 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.43% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 148 - color contains mainly: red. Hex color #941B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #941B66 is #6BE499. Grayscale: #474747. Windows color (decimal): -7070874 or 6691732. OLE color: 6691732.
HSL color Cylindrical-coordinate representation of color #941B66: hue angle of 322.81º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941B66 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 27 | 102 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.42 |
| HSL | 322.81º | 0.69% | 0.34% | - |
| HSV(B) | 322.81º | 0.82% | 0.58% | - |
| XYZ | 15 | 8.04 | 13.33 | - |
| YUV | 71.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 27 | 102 | 0 | 0.82 | 0.31 | 0.42 | 322.81 | 0.69 | 0.34 |
| Hex | 94 | 1B | 66 | 0 | 52 | 1F | 2A | 143 | 45 | 22 |
| Octal | 224 | 33 | 146 | 0 | 122 | 37 | 52 | 503 | 105 | 42 |
| Binary | 10010100 | 11011 | 1100110 | 0 | 1010010 | 11111 | 101010 | 101000011 | 1000101 | 100010 |
Color Harmonies of #941B66
Complementary color
Monochromatic Colors of #941B66
Black with #941B66
Text Example
Text Example
White with #941B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941B66; }
p { color: rgb(148,27,102); }
H1.HeaderClassName
{
color: #941B66;
}
.AnyTagClassName
{
color: #941B66;
}
</style>
background-color css
<style>
a { background-color: #941B66; }
a { background-color: rgb(148,27,102); }
div.DivClassName
{
background-color: #941B66;
}
.BgClassName
{
background-color: #941B66;
}
</style>
border-color css
<style>
span { border-color: #941B66; }
span { border-color: rgb(148,27,102); }
td.TdClassName
{
border-color: #941B66;
}
.TagClassName
{
border-color: #941B66;
}
</style>