Shades of Han Purple #5D38E9
Tints of Han Purple #5D38E9
RGB
CMYK
RGB Variations
Color information
#5D38E9 (or 0x5D38E9) is known color: Han Purple. HEX triplet: 5D, 38 and E9. RGB value is (93,56,233). Sum of RGB (Red+Green+Blue) = 93+56+233=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 233 (91.41% from 255 or 60.99% from 382); Max value from RGB is 233 - color contains mainly: blue. Hex color #5D38E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D38E9 is #A2C716. Grayscale: #565656. Windows color (decimal): -10667799 or 15284317. OLE color: 15284317.
HSL color Cylindrical-coordinate representation of color #5D38E9: hue angle of 252.54º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D38E9 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 56 | 233 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.09 |
| HSL | 252.54º | 0.8% | 0.57% | - |
| HSV(B) | 252.54º | 0.76% | 0.91% | - |
| XYZ | 20.64 | 11.04 | 78.13 | - |
| YUV | 87.24 | 210.26 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 233 | 0.60 | 0.76 | 0 | 0.09 | 252.54 | 0.8 | 0.57 |
| Hex | 5D | 38 | E9 | 3C | 4C | 0 | 9 | FD | 50 | 39 |
| Octal | 135 | 70 | 351 | 74 | 114 | 0 | 11 | 375 | 120 | 71 |
| Binary | 1011101 | 111000 | 11101001 | 111100 | 1001100 | 0 | 1001 | 11111101 | 1010000 | 111001 |
Color Harmonies of #5D38E9
Complementary color
Monochromatic Colors of #5D38E9
Black with #5D38E9
Text Example
Text Example
White with #5D38E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D38E9; }
p { color: rgb(93,56,233); }
H1.HeaderClassName
{
color: #5D38E9;
}
.AnyTagClassName
{
color: #5D38E9;
}
</style>
background-color css
<style>
a { background-color: #5D38E9; }
a { background-color: rgb(93,56,233); }
div.DivClassName
{
background-color: #5D38E9;
}
.BgClassName
{
background-color: #5D38E9;
}
</style>
border-color css
<style>
span { border-color: #5D38E9; }
span { border-color: rgb(93,56,233); }
td.TdClassName
{
border-color: #5D38E9;
}
.TagClassName
{
border-color: #5D38E9;
}
</style>