Shades of Jazzberry Jam #931F65
Tints of Jazzberry Jam #931F65
RGB
CMYK
RGB Variations
Color information
#931F65 (or 0x931F65) is known color: Jazzberry Jam. HEX triplet: 93, 1F and 65. RGB value is (147,31,101). Sum of RGB (Red+Green+Blue) = 147+31+101=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #931F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #931F65 is #6CE09A. Grayscale: #494949. Windows color (decimal): -7135387 or 6627219. OLE color: 6627219.
HSL color Cylindrical-coordinate representation of color #931F65: hue angle of 323.79º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #931F65 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 31 | 101 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.42 |
| HSL | 323.79º | 0.65% | 0.35% | - |
| HSV(B) | 323.79º | 0.79% | 0.58% | - |
| XYZ | 14.87 | 8.12 | 13.1 | - |
| YUV | 73.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 31 | 101 | 0 | 0.79 | 0.31 | 0.42 | 323.79 | 0.65 | 0.35 |
| Hex | 93 | 1F | 65 | 0 | 4F | 1F | 2A | 144 | 41 | 23 |
| Octal | 223 | 37 | 145 | 0 | 117 | 37 | 52 | 504 | 101 | 43 |
| Binary | 10010011 | 11111 | 1100101 | 0 | 1001111 | 11111 | 101010 | 101000100 | 1000001 | 100011 |
Color Harmonies of #931F65
Complementary color
Monochromatic Colors of #931F65
Black with #931F65
Text Example
Text Example
White with #931F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931F65; }
p { color: rgb(147,31,101); }
H1.HeaderClassName
{
color: #931F65;
}
.AnyTagClassName
{
color: #931F65;
}
</style>
background-color css
<style>
a { background-color: #931F65; }
a { background-color: rgb(147,31,101); }
div.DivClassName
{
background-color: #931F65;
}
.BgClassName
{
background-color: #931F65;
}
</style>
border-color css
<style>
span { border-color: #931F65; }
span { border-color: rgb(147,31,101); }
td.TdClassName
{
border-color: #931F65;
}
.TagClassName
{
border-color: #931F65;
}
</style>