Shades of Han Purple #5109F9
Tints of Han Purple #5109F9
RGB
CMYK
RGB Variations
Color information
#5109F9 (or 0x5109F9) is known color: Han Purple. HEX triplet: 51, 09 and F9. RGB value is (81,9,249). Sum of RGB (Red+Green+Blue) = 81+9+249=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 249 (97.66% from 255 or 73.45% from 339); Max value from RGB is 249 - color contains mainly: blue. Hex color #5109F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5109F9 is #AEF606. Grayscale: #393939. Windows color (decimal): -11466247 or 16320849. OLE color: 16320849.
HSL color Cylindrical-coordinate representation of color #5109F9: hue angle of 258º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5109F9 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 9 | 249 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.02 |
| HSL | 258º | 0.95% | 0.51% | - |
| HSV(B) | 258º | 0.96% | 0.98% | - |
| XYZ | 20.59 | 8.78 | 90.23 | - |
| YUV | 57.89 | 235.85 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 249 | 0.67 | 0.96 | 0 | 0.02 | 258 | 0.95 | 0.51 |
| Hex | 51 | 9 | F9 | 43 | 60 | 0 | 2 | 102 | 5F | 33 |
| Octal | 121 | 11 | 371 | 103 | 140 | 0 | 2 | 402 | 137 | 63 |
| Binary | 1010001 | 1001 | 11111001 | 1000011 | 1100000 | 0 | 10 | 100000010 | 1011111 | 110011 |
Color Harmonies of #5109F9
Complementary color
Monochromatic Colors of #5109F9
Black with #5109F9
Text Example
Text Example
White with #5109F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5109F9; }
p { color: rgb(81,9,249); }
H1.HeaderClassName
{
color: #5109F9;
}
.AnyTagClassName
{
color: #5109F9;
}
</style>
background-color css
<style>
a { background-color: #5109F9; }
a { background-color: rgb(81,9,249); }
div.DivClassName
{
background-color: #5109F9;
}
.BgClassName
{
background-color: #5109F9;
}
</style>
border-color css
<style>
span { border-color: #5109F9; }
span { border-color: rgb(81,9,249); }
td.TdClassName
{
border-color: #5109F9;
}
.TagClassName
{
border-color: #5109F9;
}
</style>