Shades of Jazzberry Jam #992067
Tints of Jazzberry Jam #992067
RGB
CMYK
RGB Variations
Color information
#992067 (or 0x992067) is known color: Jazzberry Jam. HEX triplet: 99, 20 and 67. RGB value is (153,32,103). Sum of RGB (Red+Green+Blue) = 153+32+103=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #992067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992067 is #66DF98. Grayscale: #4C4C4C. Windows color (decimal): -6741913 or 6758553. OLE color: 6758553.
HSL color Cylindrical-coordinate representation of color #992067: hue angle of 324.79º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992067 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 32 | 103 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.4 |
| HSL | 324.79º | 0.65% | 0.36% | - |
| HSV(B) | 324.79º | 0.79% | 0.6% | - |
| XYZ | 16.1 | 8.78 | 13.68 | - |
| YUV | 76.27 | 143.09 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 103 | 0 | 0.79 | 0.33 | 0.4 | 324.79 | 0.65 | 0.36 |
| Hex | 99 | 20 | 67 | 0 | 4F | 21 | 28 | 145 | 41 | 24 |
| Octal | 231 | 40 | 147 | 0 | 117 | 41 | 50 | 505 | 101 | 44 |
| Binary | 10011001 | 100000 | 1100111 | 0 | 1001111 | 100001 | 101000 | 101000101 | 1000001 | 100100 |
Color Harmonies of #992067
Complementary color
Monochromatic Colors of #992067
Black with #992067
Text Example
Text Example
White with #992067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992067; }
p { color: rgb(153,32,103); }
H1.HeaderClassName
{
color: #992067;
}
.AnyTagClassName
{
color: #992067;
}
</style>
background-color css
<style>
a { background-color: #992067; }
a { background-color: rgb(153,32,103); }
div.DivClassName
{
background-color: #992067;
}
.BgClassName
{
background-color: #992067;
}
</style>
border-color css
<style>
span { border-color: #992067; }
span { border-color: rgb(153,32,103); }
td.TdClassName
{
border-color: #992067;
}
.TagClassName
{
border-color: #992067;
}
</style>