Shades of Jazzberry Jam #952066
Tints of Jazzberry Jam #952066
RGB
CMYK
RGB Variations
Color information
#952066 (or 0x952066) is known color: Jazzberry Jam. HEX triplet: 95, 20 and 66. RGB value is (149,32,102). Sum of RGB (Red+Green+Blue) = 149+32+102=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #952066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952066 is #6ADF99. Grayscale: #4A4A4A. Windows color (decimal): -7004058 or 6693013. OLE color: 6693013.
HSL color Cylindrical-coordinate representation of color #952066: hue angle of 324.1º 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 #952066 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 32 | 102 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.42 |
| HSL | 324.1º | 0.65% | 0.35% | - |
| HSV(B) | 324.1º | 0.79% | 0.58% | - |
| XYZ | 15.31 | 8.38 | 13.38 | - |
| YUV | 74.96 | 143.26 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 32 | 102 | 0 | 0.79 | 0.32 | 0.42 | 324.1 | 0.65 | 0.35 |
| Hex | 95 | 20 | 66 | 0 | 4F | 20 | 2A | 144 | 41 | 23 |
| Octal | 225 | 40 | 146 | 0 | 117 | 40 | 52 | 504 | 101 | 43 |
| Binary | 10010101 | 100000 | 1100110 | 0 | 1001111 | 100000 | 101010 | 101000100 | 1000001 | 100011 |
Color Harmonies of #952066
Complementary color
Monochromatic Colors of #952066
Black with #952066
Text Example
Text Example
White with #952066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952066; }
p { color: rgb(149,32,102); }
H1.HeaderClassName
{
color: #952066;
}
.AnyTagClassName
{
color: #952066;
}
</style>
background-color css
<style>
a { background-color: #952066; }
a { background-color: rgb(149,32,102); }
div.DivClassName
{
background-color: #952066;
}
.BgClassName
{
background-color: #952066;
}
</style>
border-color css
<style>
span { border-color: #952066; }
span { border-color: rgb(149,32,102); }
td.TdClassName
{
border-color: #952066;
}
.TagClassName
{
border-color: #952066;
}
</style>