Shades of Jazzberry Jam #93175A
Tints of Jazzberry Jam #93175A
RGB
CMYK
RGB Variations
Color information
#93175A (or 0x93175A) is known color: Jazzberry Jam. HEX triplet: 93, 17 and 5A. RGB value is (147,23,90). Sum of RGB (Red+Green+Blue) = 147+23+90=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #93175A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93175A is #6CE8A5. Grayscale: #434343. Windows color (decimal): -7137446 or 5904275. OLE color: 5904275.
HSL color Cylindrical-coordinate representation of color #93175A: hue angle of 327.58º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93175A is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 23 | 90 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.42 |
| HSL | 327.58º | 0.73% | 0.33% | - |
| HSV(B) | 327.58º | 0.84% | 0.58% | - |
| XYZ | 14.18 | 7.55 | 10.38 | - |
| YUV | 67.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 23 | 90 | 0 | 0.84 | 0.39 | 0.42 | 327.58 | 0.73 | 0.33 |
| Hex | 93 | 17 | 5A | 0 | 54 | 27 | 2A | 148 | 49 | 21 |
| Octal | 223 | 27 | 132 | 0 | 124 | 47 | 52 | 510 | 111 | 41 |
| Binary | 10010011 | 10111 | 1011010 | 0 | 1010100 | 100111 | 101010 | 101001000 | 1001001 | 100001 |
Color Harmonies of #93175A
Complementary color
Monochromatic Colors of #93175A
Black with #93175A
Text Example
Text Example
White with #93175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93175A; }
p { color: rgb(147,23,90); }
H1.HeaderClassName
{
color: #93175A;
}
.AnyTagClassName
{
color: #93175A;
}
</style>
background-color css
<style>
a { background-color: #93175A; }
a { background-color: rgb(147,23,90); }
div.DivClassName
{
background-color: #93175A;
}
.BgClassName
{
background-color: #93175A;
}
</style>
border-color css
<style>
span { border-color: #93175A; }
span { border-color: rgb(147,23,90); }
td.TdClassName
{
border-color: #93175A;
}
.TagClassName
{
border-color: #93175A;
}
</style>