Shades of Han Purple #5916F9
Tints of Han Purple #5916F9
RGB
CMYK
RGB Variations
Color information
#5916F9 (or 0x5916F9) is known color: Han Purple. HEX triplet: 59, 16 and F9. RGB value is (89,22,249). Sum of RGB (Red+Green+Blue) = 89+22+249=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 249 (97.66% from 255 or 69.17% from 360); Max value from RGB is 249 - color contains mainly: blue. Hex color #5916F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5916F9 is #A6E906. Grayscale: #434343. Windows color (decimal): -10938631 or 16324185. OLE color: 16324185.
HSL color Cylindrical-coordinate representation of color #5916F9: hue angle of 257.71º 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 #5916F9 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 22 | 249 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.02 |
| HSL | 257.71º | 0.95% | 0.53% | - |
| HSV(B) | 257.71º | 0.91% | 0.98% | - |
| XYZ | 21.51 | 9.54 | 90.33 | - |
| YUV | 67.91 | 230.2 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 249 | 0.64 | 0.91 | 0 | 0.02 | 257.71 | 0.95 | 0.53 |
| Hex | 59 | 16 | F9 | 40 | 5B | 0 | 2 | 102 | 5F | 35 |
| Octal | 131 | 26 | 371 | 100 | 133 | 0 | 2 | 402 | 137 | 65 |
| Binary | 1011001 | 10110 | 11111001 | 1000000 | 1011011 | 0 | 10 | 100000010 | 1011111 | 110101 |
Color Harmonies of #5916F9
Complementary color
Monochromatic Colors of #5916F9
Black with #5916F9
Text Example
Text Example
White with #5916F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5916F9; }
p { color: rgb(89,22,249); }
H1.HeaderClassName
{
color: #5916F9;
}
.AnyTagClassName
{
color: #5916F9;
}
</style>
background-color css
<style>
a { background-color: #5916F9; }
a { background-color: rgb(89,22,249); }
div.DivClassName
{
background-color: #5916F9;
}
.BgClassName
{
background-color: #5916F9;
}
</style>
border-color css
<style>
span { border-color: #5916F9; }
span { border-color: rgb(89,22,249); }
td.TdClassName
{
border-color: #5916F9;
}
.TagClassName
{
border-color: #5916F9;
}
</style>