Shades of Jazzberry Jam #950F5B
Tints of Jazzberry Jam #950F5B
RGB
CMYK
RGB Variations
Color information
#950F5B (or 0x950F5B) is known color: Jazzberry Jam. HEX triplet: 95, 0F and 5B. RGB value is (149,15,91). Sum of RGB (Red+Green+Blue) = 149+15+91=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #950F5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950F5B is #6AF0A4. Grayscale: #3F3F3F. Windows color (decimal): -7008421 or 5967765. OLE color: 5967765.
HSL color Cylindrical-coordinate representation of color #950F5B: hue angle of 325.97º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F5B is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 91 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.42 |
| HSL | 325.97º | 0.82% | 0.32% | - |
| HSV(B) | 325.97º | 0.9% | 0.58% | - |
| XYZ | 14.45 | 7.49 | 10.58 | - |
| YUV | 63.73 | 143.39 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 91 | 0 | 0.90 | 0.39 | 0.42 | 325.97 | 0.82 | 0.32 |
| Hex | 95 | F | 5B | 0 | 5A | 27 | 2A | 146 | 52 | 20 |
| Octal | 225 | 17 | 133 | 0 | 132 | 47 | 52 | 506 | 122 | 40 |
| Binary | 10010101 | 1111 | 1011011 | 0 | 1011010 | 100111 | 101010 | 101000110 | 1010010 | 100000 |
Color Harmonies of #950F5B
Complementary color
Monochromatic Colors of #950F5B
Black with #950F5B
Text Example
Text Example
White with #950F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F5B; }
p { color: rgb(149,15,91); }
H1.HeaderClassName
{
color: #950F5B;
}
.AnyTagClassName
{
color: #950F5B;
}
</style>
background-color css
<style>
a { background-color: #950F5B; }
a { background-color: rgb(149,15,91); }
div.DivClassName
{
background-color: #950F5B;
}
.BgClassName
{
background-color: #950F5B;
}
</style>
border-color css
<style>
span { border-color: #950F5B; }
span { border-color: rgb(149,15,91); }
td.TdClassName
{
border-color: #950F5B;
}
.TagClassName
{
border-color: #950F5B;
}
</style>