Shades of Han Purple #5D09D8
Tints of Han Purple #5D09D8
RGB
CMYK
RGB Variations
Color information
#5D09D8 (or 0x5D09D8) is known color: Han Purple. HEX triplet: 5D, 09 and D8. RGB value is (93,9,216). Sum of RGB (Red+Green+Blue) = 93+9+216=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 216 (84.77% from 255 or 67.92% from 318); Max value from RGB is 216 - color contains mainly: blue. Hex color #5D09D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D09D8 is #A2F627. Grayscale: #383838. Windows color (decimal): -10679848 or 14158173. OLE color: 14158173.
HSL color Cylindrical-coordinate representation of color #5D09D8: hue angle of 264.35º 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 #5D09D8 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 9 | 216 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.15 |
| HSL | 264.35º | 0.92% | 0.44% | - |
| HSV(B) | 264.35º | 0.96% | 0.85% | - |
| XYZ | 17.01 | 7.48 | 65.51 | - |
| YUV | 57.71 | 217.33 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 216 | 0.57 | 0.96 | 0 | 0.15 | 264.35 | 0.92 | 0.44 |
| Hex | 5D | 9 | D8 | 39 | 60 | 0 | F | 108 | 5C | 2C |
| Octal | 135 | 11 | 330 | 71 | 140 | 0 | 17 | 410 | 134 | 54 |
| Binary | 1011101 | 1001 | 11011000 | 111001 | 1100000 | 0 | 1111 | 100001000 | 1011100 | 101100 |
Color Harmonies of #5D09D8
Complementary color
Monochromatic Colors of #5D09D8
Black with #5D09D8
Text Example
Text Example
White with #5D09D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D09D8; }
p { color: rgb(93,9,216); }
H1.HeaderClassName
{
color: #5D09D8;
}
.AnyTagClassName
{
color: #5D09D8;
}
</style>
background-color css
<style>
a { background-color: #5D09D8; }
a { background-color: rgb(93,9,216); }
div.DivClassName
{
background-color: #5D09D8;
}
.BgClassName
{
background-color: #5D09D8;
}
</style>
border-color css
<style>
span { border-color: #5D09D8; }
span { border-color: rgb(93,9,216); }
td.TdClassName
{
border-color: #5D09D8;
}
.TagClassName
{
border-color: #5D09D8;
}
</style>