Shades of Han Purple #5918F9
Tints of Han Purple #5918F9
RGB
CMYK
RGB Variations
Color information
#5918F9 (or 0x5918F9) is known color: Han Purple. HEX triplet: 59, 18 and F9. RGB value is (89,24,249). Sum of RGB (Red+Green+Blue) = 89+24+249=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 249 (97.66% from 255 or 68.78% from 362); Max value from RGB is 249 - color contains mainly: blue. Hex color #5918F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5918F9 is #A6E706. Grayscale: #444444. Windows color (decimal): -10938119 or 16324697. OLE color: 16324697.
HSL color Cylindrical-coordinate representation of color #5918F9: hue angle of 257.33º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5918F9 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 24 | 249 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.02 |
| HSL | 257.33º | 0.95% | 0.54% | - |
| HSV(B) | 257.33º | 0.9% | 0.98% | - |
| XYZ | 21.55 | 9.62 | 90.34 | - |
| YUV | 69.09 | 229.53 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 249 | 0.64 | 0.90 | 0 | 0.02 | 257.33 | 0.95 | 0.54 |
| Hex | 59 | 18 | F9 | 40 | 5A | 0 | 2 | 101 | 5F | 36 |
| Octal | 131 | 30 | 371 | 100 | 132 | 0 | 2 | 401 | 137 | 66 |
| Binary | 1011001 | 11000 | 11111001 | 1000000 | 1011010 | 0 | 10 | 100000001 | 1011111 | 110110 |
Color Harmonies of #5918F9
Complementary color
Monochromatic Colors of #5918F9
Black with #5918F9
Text Example
Text Example
White with #5918F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5918F9; }
p { color: rgb(89,24,249); }
H1.HeaderClassName
{
color: #5918F9;
}
.AnyTagClassName
{
color: #5918F9;
}
</style>
background-color css
<style>
a { background-color: #5918F9; }
a { background-color: rgb(89,24,249); }
div.DivClassName
{
background-color: #5918F9;
}
.BgClassName
{
background-color: #5918F9;
}
</style>
border-color css
<style>
span { border-color: #5918F9; }
span { border-color: rgb(89,24,249); }
td.TdClassName
{
border-color: #5918F9;
}
.TagClassName
{
border-color: #5918F9;
}
</style>