Shades of Han Purple #5909DD
Tints of Han Purple #5909DD
RGB
CMYK
RGB Variations
Color information
#5909DD (or 0x5909DD) is known color: Han Purple. HEX triplet: 59, 09 and DD. RGB value is (89,9,221). Sum of RGB (Red+Green+Blue) = 89+9+221=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #5909DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5909DD is #A6F622. Grayscale: #383838. Windows color (decimal): -10941987 or 14485849. OLE color: 14485849.
HSL color Cylindrical-coordinate representation of color #5909DD: hue angle of 262.64º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5909DD is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 9 | 221 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.13 |
| HSL | 262.64º | 0.92% | 0.45% | - |
| HSV(B) | 262.64º | 0.96% | 0.87% | - |
| XYZ | 17.27 | 7.54 | 68.95 | - |
| YUV | 57.09 | 220.5 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 221 | 0.60 | 0.96 | 0 | 0.13 | 262.64 | 0.92 | 0.45 |
| Hex | 59 | 9 | DD | 3C | 60 | 0 | D | 107 | 5C | 2D |
| Octal | 131 | 11 | 335 | 74 | 140 | 0 | 15 | 407 | 134 | 55 |
| Binary | 1011001 | 1001 | 11011101 | 111100 | 1100000 | 0 | 1101 | 100000111 | 1011100 | 101101 |
Color Harmonies of #5909DD
Complementary color
Monochromatic Colors of #5909DD
Black with #5909DD
Text Example
Text Example
White with #5909DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5909DD; }
p { color: rgb(89,9,221); }
H1.HeaderClassName
{
color: #5909DD;
}
.AnyTagClassName
{
color: #5909DD;
}
</style>
background-color css
<style>
a { background-color: #5909DD; }
a { background-color: rgb(89,9,221); }
div.DivClassName
{
background-color: #5909DD;
}
.BgClassName
{
background-color: #5909DD;
}
</style>
border-color css
<style>
span { border-color: #5909DD; }
span { border-color: rgb(89,9,221); }
td.TdClassName
{
border-color: #5909DD;
}
.TagClassName
{
border-color: #5909DD;
}
</style>