Shades of Hot Purple #54095B
Tints of Hot Purple #54095B
RGB
CMYK
RGB Variations
Color information
#54095B (or 0x54095B) is known color: Hot Purple. HEX triplet: 54, 09 and 5B. RGB value is (84,9,91). Sum of RGB (Red+Green+Blue) = 84+9+91=184 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.65% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #54095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54095B is #ABF6A4. Grayscale: #282828. Windows color (decimal): -11269797 or 5966164. OLE color: 5966164.
HSL color Cylindrical-coordinate representation of color #54095B: hue angle of 294.88º 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 #54095B is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 9 | 91 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.64 |
| HSL | 294.88º | 0.82% | 0.2% | - |
| HSV(B) | 294.88º | 0.9% | 0.36% | - |
| XYZ | 5.64 | 2.84 | 10.15 | - |
| YUV | 40.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 91 | 0.08 | 0.90 | 0 | 0.64 | 294.88 | 0.82 | 0.2 |
| Hex | 54 | 9 | 5B | 8 | 5A | 0 | 40 | 127 | 52 | 14 |
| Octal | 124 | 11 | 133 | 10 | 132 | 0 | 100 | 447 | 122 | 24 |
| Binary | 1010100 | 1001 | 1011011 | 1000 | 1011010 | 0 | 1000000 | 100100111 | 1010010 | 10100 |
Color Harmonies of #54095B
Complementary color
Monochromatic Colors of #54095B
Black with #54095B
Text Example
Text Example
White with #54095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54095B; }
p { color: rgb(84,9,91); }
H1.HeaderClassName
{
color: #54095B;
}
.AnyTagClassName
{
color: #54095B;
}
</style>
background-color css
<style>
a { background-color: #54095B; }
a { background-color: rgb(84,9,91); }
div.DivClassName
{
background-color: #54095B;
}
.BgClassName
{
background-color: #54095B;
}
</style>
border-color css
<style>
span { border-color: #54095B; }
span { border-color: rgb(84,9,91); }
td.TdClassName
{
border-color: #54095B;
}
.TagClassName
{
border-color: #54095B;
}
</style>