Shades of Jazzberry Jam #9E256F
Tints of Jazzberry Jam #9E256F
RGB
CMYK
RGB Variations
Color information
#9E256F (or 0x9E256F) is known color: Jazzberry Jam. HEX triplet: 9E, 25 and 6F. RGB value is (158,37,111). Sum of RGB (Red+Green+Blue) = 158+37+111=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E256F is #61DA90. Grayscale: #515151. Windows color (decimal): -6412945 or 7284126. OLE color: 7284126.
HSL color Cylindrical-coordinate representation of color #9E256F: hue angle of 323.31º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E256F is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 111 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.38 |
| HSL | 323.31º | 0.62% | 0.38% | - |
| HSV(B) | 323.31º | 0.77% | 0.62% | - |
| XYZ | 17.63 | 9.74 | 15.99 | - |
| YUV | 81.62 | 144.59 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 111 | 0 | 0.77 | 0.30 | 0.38 | 323.31 | 0.62 | 0.38 |
| Hex | 9E | 25 | 6F | 0 | 4D | 1E | 26 | 143 | 3E | 26 |
| Octal | 236 | 45 | 157 | 0 | 115 | 36 | 46 | 503 | 76 | 46 |
| Binary | 10011110 | 100101 | 1101111 | 0 | 1001101 | 11110 | 100110 | 101000011 | 111110 | 100110 |
Color Harmonies of #9E256F
Complementary color
Monochromatic Colors of #9E256F
Black with #9E256F
Text Example
Text Example
White with #9E256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E256F; }
p { color: rgb(158,37,111); }
H1.HeaderClassName
{
color: #9E256F;
}
.AnyTagClassName
{
color: #9E256F;
}
</style>
background-color css
<style>
a { background-color: #9E256F; }
a { background-color: rgb(158,37,111); }
div.DivClassName
{
background-color: #9E256F;
}
.BgClassName
{
background-color: #9E256F;
}
</style>
border-color css
<style>
span { border-color: #9E256F; }
span { border-color: rgb(158,37,111); }
td.TdClassName
{
border-color: #9E256F;
}
.TagClassName
{
border-color: #9E256F;
}
</style>