Shades of Jazzberry Jam #950150
Tints of Jazzberry Jam #950150
RGB
CMYK
RGB Variations
Color information
#950150 (or 0x950150) is known color: Jazzberry Jam. HEX triplet: 95, 01 and 50. RGB value is (149,1,80). Sum of RGB (Red+Green+Blue) = 149+1+80=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #950150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950150 is #6AFEAF. Grayscale: #363636. Windows color (decimal): -7012016 or 5243285. OLE color: 5243285.
HSL color Cylindrical-coordinate representation of color #950150: hue angle of 327.97º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950150 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.42 |
| HSL | 327.97º | 0.99% | 0.29% | - |
| HSV(B) | 327.97º | 0.99% | 0.58% | - |
| XYZ | 13.85 | 6.99 | 8.21 | - |
| YUV | 54.26 | 142.53 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 80 | 0 | 0.99 | 0.46 | 0.42 | 327.97 | 0.99 | 0.29 |
| Hex | 95 | 1 | 50 | 0 | 63 | 2E | 2A | 148 | 63 | 1D |
| Octal | 225 | 1 | 120 | 0 | 143 | 56 | 52 | 510 | 143 | 35 |
| Binary | 10010101 | 1 | 1010000 | 0 | 1100011 | 101110 | 101010 | 101001000 | 1100011 | 11101 |
Color Harmonies of #950150
Complementary color
Monochromatic Colors of #950150
Black with #950150
Text Example
Text Example
White with #950150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950150; }
p { color: rgb(149,1,80); }
H1.HeaderClassName
{
color: #950150;
}
.AnyTagClassName
{
color: #950150;
}
</style>
background-color css
<style>
a { background-color: #950150; }
a { background-color: rgb(149,1,80); }
div.DivClassName
{
background-color: #950150;
}
.BgClassName
{
background-color: #950150;
}
</style>
border-color css
<style>
span { border-color: #950150; }
span { border-color: rgb(149,1,80); }
td.TdClassName
{
border-color: #950150;
}
.TagClassName
{
border-color: #950150;
}
</style>