Shades of Han Purple #5E16F9
Tints of Han Purple #5E16F9
RGB
CMYK
RGB Variations
Color information
#5E16F9 (or 0x5E16F9) is known color: Han Purple. HEX triplet: 5E, 16 and F9. RGB value is (94,22,249). Sum of RGB (Red+Green+Blue) = 94+22+249=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #5E16F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E16F9 is #A1E906. Grayscale: #444444. Windows color (decimal): -10610951 or 16324190. OLE color: 16324190.
HSL color Cylindrical-coordinate representation of color #5E16F9: hue angle of 259.03º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E16F9 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 22 | 249 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.02 |
| HSL | 259.03º | 0.95% | 0.53% | - |
| HSV(B) | 259.03º | 0.91% | 0.98% | - |
| XYZ | 22 | 9.79 | 90.35 | - |
| YUV | 69.41 | 229.35 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 22 | 249 | 0.62 | 0.91 | 0 | 0.02 | 259.03 | 0.95 | 0.53 |
| Hex | 5E | 16 | F9 | 3E | 5B | 0 | 2 | 103 | 5F | 35 |
| Octal | 136 | 26 | 371 | 76 | 133 | 0 | 2 | 403 | 137 | 65 |
| Binary | 1011110 | 10110 | 11111001 | 111110 | 1011011 | 0 | 10 | 100000011 | 1011111 | 110101 |
Color Harmonies of #5E16F9
Complementary color
Monochromatic Colors of #5E16F9
Black with #5E16F9
Text Example
Text Example
White with #5E16F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E16F9; }
p { color: rgb(94,22,249); }
H1.HeaderClassName
{
color: #5E16F9;
}
.AnyTagClassName
{
color: #5E16F9;
}
</style>
background-color css
<style>
a { background-color: #5E16F9; }
a { background-color: rgb(94,22,249); }
div.DivClassName
{
background-color: #5E16F9;
}
.BgClassName
{
background-color: #5E16F9;
}
</style>
border-color css
<style>
span { border-color: #5E16F9; }
span { border-color: rgb(94,22,249); }
td.TdClassName
{
border-color: #5E16F9;
}
.TagClassName
{
border-color: #5E16F9;
}
</style>