Shades of Hot Purple #55095C
Tints of Hot Purple #55095C
RGB
CMYK
RGB Variations
Color information
#55095C (or 0x55095C) is known color: Hot Purple. HEX triplet: 55, 09 and 5C. RGB value is (85,9,92). Sum of RGB (Red+Green+Blue) = 85+9+92=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #55095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55095C is #AAF6A3. Grayscale: #282828. Windows color (decimal): -11204260 or 6031701. OLE color: 6031701.
HSL color Cylindrical-coordinate representation of color #55095C: hue angle of 294.94º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55095C is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 9 | 92 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.64 |
| HSL | 294.94º | 0.82% | 0.2% | - |
| HSV(B) | 294.94º | 0.9% | 0.36% | - |
| XYZ | 5.78 | 2.9 | 10.38 | - |
| YUV | 41.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 92 | 0.08 | 0.90 | 0 | 0.64 | 294.94 | 0.82 | 0.2 |
| Hex | 55 | 9 | 5C | 8 | 5A | 0 | 40 | 127 | 52 | 14 |
| Octal | 125 | 11 | 134 | 10 | 132 | 0 | 100 | 447 | 122 | 24 |
| Binary | 1010101 | 1001 | 1011100 | 1000 | 1011010 | 0 | 1000000 | 100100111 | 1010010 | 10100 |
Color Harmonies of #55095C
Complementary color
Monochromatic Colors of #55095C
Black with #55095C
Text Example
Text Example
White with #55095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55095C; }
p { color: rgb(85,9,92); }
H1.HeaderClassName
{
color: #55095C;
}
.AnyTagClassName
{
color: #55095C;
}
</style>
background-color css
<style>
a { background-color: #55095C; }
a { background-color: rgb(85,9,92); }
div.DivClassName
{
background-color: #55095C;
}
.BgClassName
{
background-color: #55095C;
}
</style>
border-color css
<style>
span { border-color: #55095C; }
span { border-color: rgb(85,9,92); }
td.TdClassName
{
border-color: #55095C;
}
.TagClassName
{
border-color: #55095C;
}
</style>