Shades of Han Purple #5809D9
Tints of Han Purple #5809D9
RGB
CMYK
RGB Variations
Color information
#5809D9 (or 0x5809D9) is known color: Han Purple. HEX triplet: 58, 09 and D9. RGB value is (88,9,217). Sum of RGB (Red+Green+Blue) = 88+9+217=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 217 (85.16% from 255 or 69.11% from 314); Max value from RGB is 217 - color contains mainly: blue. Hex color #5809D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5809D9 is #A7F626. Grayscale: #373737. Windows color (decimal): -11007527 or 14223704. OLE color: 14223704.
HSL color Cylindrical-coordinate representation of color #5809D9: hue angle of 262.79º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5809D9 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 9 | 217 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.15 |
| HSL | 262.79º | 0.92% | 0.44% | - |
| HSV(B) | 262.79º | 0.96% | 0.85% | - |
| XYZ | 16.65 | 7.28 | 66.17 | - |
| YUV | 56.33 | 218.67 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 217 | 0.59 | 0.96 | 0 | 0.15 | 262.79 | 0.92 | 0.44 |
| Hex | 58 | 9 | D9 | 3B | 60 | 0 | F | 107 | 5C | 2C |
| Octal | 130 | 11 | 331 | 73 | 140 | 0 | 17 | 407 | 134 | 54 |
| Binary | 1011000 | 1001 | 11011001 | 111011 | 1100000 | 0 | 1111 | 100000111 | 1011100 | 101100 |
Color Harmonies of #5809D9
Complementary color
Monochromatic Colors of #5809D9
Black with #5809D9
Text Example
Text Example
White with #5809D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5809D9; }
p { color: rgb(88,9,217); }
H1.HeaderClassName
{
color: #5809D9;
}
.AnyTagClassName
{
color: #5809D9;
}
</style>
background-color css
<style>
a { background-color: #5809D9; }
a { background-color: rgb(88,9,217); }
div.DivClassName
{
background-color: #5809D9;
}
.BgClassName
{
background-color: #5809D9;
}
</style>
border-color css
<style>
span { border-color: #5809D9; }
span { border-color: rgb(88,9,217); }
td.TdClassName
{
border-color: #5809D9;
}
.TagClassName
{
border-color: #5809D9;
}
</style>