Shades of Jazzberry Jam #931A67
Tints of Jazzberry Jam #931A67
RGB
CMYK
RGB Variations
Color information
#931A67 (or 0x931A67) is known color: Jazzberry Jam. HEX triplet: 93, 1A and 67. RGB value is (147,26,103). Sum of RGB (Red+Green+Blue) = 147+26+103=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #931A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931A67 is #6CE598. Grayscale: #464646. Windows color (decimal): -7136665 or 6757011. OLE color: 6757011.
HSL color Cylindrical-coordinate representation of color #931A67: hue angle of 321.82º degrees, saturation: 0.7, 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 #931A67 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 26 | 103 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.42 |
| HSL | 321.82º | 0.7% | 0.34% | - |
| HSV(B) | 321.82º | 0.82% | 0.58% | - |
| XYZ | 14.85 | 7.92 | 13.58 | - |
| YUV | 70.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 26 | 103 | 0 | 0.82 | 0.30 | 0.42 | 321.82 | 0.7 | 0.34 |
| Hex | 93 | 1A | 67 | 0 | 52 | 1E | 2A | 142 | 46 | 22 |
| Octal | 223 | 32 | 147 | 0 | 122 | 36 | 52 | 502 | 106 | 42 |
| Binary | 10010011 | 11010 | 1100111 | 0 | 1010010 | 11110 | 101010 | 101000010 | 1000110 | 100010 |
Color Harmonies of #931A67
Complementary color
Monochromatic Colors of #931A67
Black with #931A67
Text Example
Text Example
White with #931A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931A67; }
p { color: rgb(147,26,103); }
H1.HeaderClassName
{
color: #931A67;
}
.AnyTagClassName
{
color: #931A67;
}
</style>
background-color css
<style>
a { background-color: #931A67; }
a { background-color: rgb(147,26,103); }
div.DivClassName
{
background-color: #931A67;
}
.BgClassName
{
background-color: #931A67;
}
</style>
border-color css
<style>
span { border-color: #931A67; }
span { border-color: rgb(147,26,103); }
td.TdClassName
{
border-color: #931A67;
}
.TagClassName
{
border-color: #931A67;
}
</style>