Shades of Hot Purple #50095D
Tints of Hot Purple #50095D
RGB
CMYK
RGB Variations
Color information
#50095D (or 0x50095D) is known color: Hot Purple. HEX triplet: 50, 09 and 5D. RGB value is (80,9,93). Sum of RGB (Red+Green+Blue) = 80+9+93=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #50095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50095D is #AFF6A2. Grayscale: #272727. Windows color (decimal): -11531939 or 6097232. OLE color: 6097232.
HSL color Cylindrical-coordinate representation of color #50095D: hue angle of 290.71º 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 #50095D is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 9 | 93 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.64 |
| HSL | 290.71º | 0.82% | 0.2% | - |
| HSV(B) | 290.71º | 0.9% | 0.36% | - |
| XYZ | 5.38 | 2.69 | 10.59 | - |
| YUV | 39.81 | 158.02 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 93 | 0.14 | 0.90 | 0 | 0.64 | 290.71 | 0.82 | 0.2 |
| Hex | 50 | 9 | 5D | E | 5A | 0 | 40 | 123 | 52 | 14 |
| Octal | 120 | 11 | 135 | 16 | 132 | 0 | 100 | 443 | 122 | 24 |
| Binary | 1010000 | 1001 | 1011101 | 1110 | 1011010 | 0 | 1000000 | 100100011 | 1010010 | 10100 |
Color Harmonies of #50095D
Complementary color
Monochromatic Colors of #50095D
Black with #50095D
Text Example
Text Example
White with #50095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50095D; }
p { color: rgb(80,9,93); }
H1.HeaderClassName
{
color: #50095D;
}
.AnyTagClassName
{
color: #50095D;
}
</style>
background-color css
<style>
a { background-color: #50095D; }
a { background-color: rgb(80,9,93); }
div.DivClassName
{
background-color: #50095D;
}
.BgClassName
{
background-color: #50095D;
}
</style>
border-color css
<style>
span { border-color: #50095D; }
span { border-color: rgb(80,9,93); }
td.TdClassName
{
border-color: #50095D;
}
.TagClassName
{
border-color: #50095D;
}
</style>