Shades of Hot Purple #50095B
Tints of Hot Purple #50095B
RGB
CMYK
RGB Variations
Color information
#50095B (or 0x50095B) is known color: Hot Purple. HEX triplet: 50, 09 and 5B. RGB value is (80,9,91). Sum of RGB (Red+Green+Blue) = 80+9+91=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #50095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50095B is #AFF6A4. Grayscale: #272727. Windows color (decimal): -11531941 or 5966160. OLE color: 5966160.
HSL color Cylindrical-coordinate representation of color #50095B: hue angle of 291.95º 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 #50095B is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 9 | 91 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.64 |
| HSL | 291.95º | 0.82% | 0.2% | - |
| HSV(B) | 291.95º | 0.9% | 0.36% | - |
| XYZ | 5.29 | 2.66 | 10.13 | - |
| YUV | 39.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 91 | 0.12 | 0.90 | 0 | 0.64 | 291.95 | 0.82 | 0.2 |
| Hex | 50 | 9 | 5B | C | 5A | 0 | 40 | 124 | 52 | 14 |
| Octal | 120 | 11 | 133 | 14 | 132 | 0 | 100 | 444 | 122 | 24 |
| Binary | 1010000 | 1001 | 1011011 | 1100 | 1011010 | 0 | 1000000 | 100100100 | 1010010 | 10100 |
Color Harmonies of #50095B
Complementary color
Monochromatic Colors of #50095B
Black with #50095B
Text Example
Text Example
White with #50095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50095B; }
p { color: rgb(80,9,91); }
H1.HeaderClassName
{
color: #50095B;
}
.AnyTagClassName
{
color: #50095B;
}
</style>
background-color css
<style>
a { background-color: #50095B; }
a { background-color: rgb(80,9,91); }
div.DivClassName
{
background-color: #50095B;
}
.BgClassName
{
background-color: #50095B;
}
</style>
border-color css
<style>
span { border-color: #50095B; }
span { border-color: rgb(80,9,91); }
td.TdClassName
{
border-color: #50095B;
}
.TagClassName
{
border-color: #50095B;
}
</style>