Shades of Han Purple #5D09DB
Tints of Han Purple #5D09DB
RGB
CMYK
RGB Variations
Color information
#5D09DB (or 0x5D09DB) is known color: Han Purple. HEX triplet: 5D, 09 and DB. RGB value is (93,9,219). Sum of RGB (Red+Green+Blue) = 93+9+219=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D09DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D09DB is #A2F624. Grayscale: #393939. Windows color (decimal): -10679845 or 14354781. OLE color: 14354781.
HSL color Cylindrical-coordinate representation of color #5D09DB: hue angle of 264º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D09DB is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 9 | 219 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.14 |
| HSL | 264º | 0.92% | 0.45% | - |
| HSV(B) | 264º | 0.96% | 0.86% | - |
| XYZ | 17.4 | 7.64 | 67.57 | - |
| YUV | 58.06 | 218.83 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 219 | 0.58 | 0.96 | 0 | 0.14 | 264 | 0.92 | 0.45 |
| Hex | 5D | 9 | DB | 3A | 60 | 0 | E | 108 | 5C | 2D |
| Octal | 135 | 11 | 333 | 72 | 140 | 0 | 16 | 410 | 134 | 55 |
| Binary | 1011101 | 1001 | 11011011 | 111010 | 1100000 | 0 | 1110 | 100001000 | 1011100 | 101101 |
Color Harmonies of #5D09DB
Complementary color
Monochromatic Colors of #5D09DB
Black with #5D09DB
Text Example
Text Example
White with #5D09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D09DB; }
p { color: rgb(93,9,219); }
H1.HeaderClassName
{
color: #5D09DB;
}
.AnyTagClassName
{
color: #5D09DB;
}
</style>
background-color css
<style>
a { background-color: #5D09DB; }
a { background-color: rgb(93,9,219); }
div.DivClassName
{
background-color: #5D09DB;
}
.BgClassName
{
background-color: #5D09DB;
}
</style>
border-color css
<style>
span { border-color: #5D09DB; }
span { border-color: rgb(93,9,219); }
td.TdClassName
{
border-color: #5D09DB;
}
.TagClassName
{
border-color: #5D09DB;
}
</style>