Shades of Han Purple #5D09DA
Tints of Han Purple #5D09DA
RGB
CMYK
RGB Variations
Color information
#5D09DA (or 0x5D09DA) is known color: Han Purple. HEX triplet: 5D, 09 and DA. RGB value is (93,9,218). Sum of RGB (Red+Green+Blue) = 93+9+218=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #5D09DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D09DA is #A2F625. Grayscale: #393939. Windows color (decimal): -10679846 or 14289245. OLE color: 14289245.
HSL color Cylindrical-coordinate representation of color #5D09DA: hue angle of 264.11º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D09DA is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 9 | 218 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.15 |
| HSL | 264.11º | 0.92% | 0.45% | - |
| HSV(B) | 264.11º | 0.96% | 0.85% | - |
| XYZ | 17.27 | 7.58 | 66.88 | - |
| YUV | 57.94 | 218.33 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 218 | 0.57 | 0.96 | 0 | 0.15 | 264.11 | 0.92 | 0.45 |
| Hex | 5D | 9 | DA | 39 | 60 | 0 | F | 108 | 5C | 2D |
| Octal | 135 | 11 | 332 | 71 | 140 | 0 | 17 | 410 | 134 | 55 |
| Binary | 1011101 | 1001 | 11011010 | 111001 | 1100000 | 0 | 1111 | 100001000 | 1011100 | 101101 |
Color Harmonies of #5D09DA
Complementary color
Monochromatic Colors of #5D09DA
Black with #5D09DA
Text Example
Text Example
White with #5D09DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D09DA; }
p { color: rgb(93,9,218); }
H1.HeaderClassName
{
color: #5D09DA;
}
.AnyTagClassName
{
color: #5D09DA;
}
</style>
background-color css
<style>
a { background-color: #5D09DA; }
a { background-color: rgb(93,9,218); }
div.DivClassName
{
background-color: #5D09DA;
}
.BgClassName
{
background-color: #5D09DA;
}
</style>
border-color css
<style>
span { border-color: #5D09DA; }
span { border-color: rgb(93,9,218); }
td.TdClassName
{
border-color: #5D09DA;
}
.TagClassName
{
border-color: #5D09DA;
}
</style>