Shades of Jazzberry Jam #951967
Tints of Jazzberry Jam #951967
RGB
CMYK
RGB Variations
Color information
#951967 (or 0x951967) is known color: Jazzberry Jam. HEX triplet: 95, 19 and 67. RGB value is (149,25,103). Sum of RGB (Red+Green+Blue) = 149+25+103=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #951967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951967 is #6AE698. Grayscale: #464646. Windows color (decimal): -7005849 or 6756757. OLE color: 6756757.
HSL color Cylindrical-coordinate representation of color #951967: hue angle of 322.26º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951967 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 103 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.42 |
| HSL | 322.26º | 0.71% | 0.34% | - |
| HSV(B) | 322.26º | 0.83% | 0.58% | - |
| XYZ | 15.19 | 8.06 | 13.59 | - |
| YUV | 70.97 | 146.08 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 103 | 0 | 0.83 | 0.31 | 0.42 | 322.26 | 0.71 | 0.34 |
| Hex | 95 | 19 | 67 | 0 | 53 | 1F | 2A | 142 | 47 | 22 |
| Octal | 225 | 31 | 147 | 0 | 123 | 37 | 52 | 502 | 107 | 42 |
| Binary | 10010101 | 11001 | 1100111 | 0 | 1010011 | 11111 | 101010 | 101000010 | 1000111 | 100010 |
Color Harmonies of #951967
Complementary color
Monochromatic Colors of #951967
Black with #951967
Text Example
Text Example
White with #951967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951967; }
p { color: rgb(149,25,103); }
H1.HeaderClassName
{
color: #951967;
}
.AnyTagClassName
{
color: #951967;
}
</style>
background-color css
<style>
a { background-color: #951967; }
a { background-color: rgb(149,25,103); }
div.DivClassName
{
background-color: #951967;
}
.BgClassName
{
background-color: #951967;
}
</style>
border-color css
<style>
span { border-color: #951967; }
span { border-color: rgb(149,25,103); }
td.TdClassName
{
border-color: #951967;
}
.TagClassName
{
border-color: #951967;
}
</style>