Shades of Jazzberry Jam #952167
Tints of Jazzberry Jam #952167
RGB
CMYK
RGB Variations
Color information
#952167 (or 0x952167) is known color: Jazzberry Jam. HEX triplet: 95, 21 and 67. RGB value is (149,33,103). Sum of RGB (Red+Green+Blue) = 149+33+103=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #952167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952167 is #6ADE98. Grayscale: #4B4B4B. Windows color (decimal): -7003801 or 6758805. OLE color: 6758805.
HSL color Cylindrical-coordinate representation of color #952167: hue angle of 323.79º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952167 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 103 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.42 |
| HSL | 323.79º | 0.64% | 0.36% | - |
| HSV(B) | 323.79º | 0.78% | 0.58% | - |
| XYZ | 15.39 | 8.46 | 13.65 | - |
| YUV | 75.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 103 | 0 | 0.78 | 0.31 | 0.42 | 323.79 | 0.64 | 0.36 |
| Hex | 95 | 21 | 67 | 0 | 4E | 1F | 2A | 144 | 40 | 24 |
| Octal | 225 | 41 | 147 | 0 | 116 | 37 | 52 | 504 | 100 | 44 |
| Binary | 10010101 | 100001 | 1100111 | 0 | 1001110 | 11111 | 101010 | 101000100 | 1000000 | 100100 |
Color Harmonies of #952167
Complementary color
Monochromatic Colors of #952167
Black with #952167
Text Example
Text Example
White with #952167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952167; }
p { color: rgb(149,33,103); }
H1.HeaderClassName
{
color: #952167;
}
.AnyTagClassName
{
color: #952167;
}
</style>
background-color css
<style>
a { background-color: #952167; }
a { background-color: rgb(149,33,103); }
div.DivClassName
{
background-color: #952167;
}
.BgClassName
{
background-color: #952167;
}
</style>
border-color css
<style>
span { border-color: #952167; }
span { border-color: rgb(149,33,103); }
td.TdClassName
{
border-color: #952167;
}
.TagClassName
{
border-color: #952167;
}
</style>