Shades of Han Purple #5009E8
Tints of Han Purple #5009E8
RGB
CMYK
RGB Variations
Color information
#5009E8 (or 0x5009E8) is known color: Han Purple. HEX triplet: 50, 09 and E8. RGB value is (80,9,232). Sum of RGB (Red+Green+Blue) = 80+9+232=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 232 (91.02% from 255 or 72.27% from 321); Max value from RGB is 232 - color contains mainly: blue. Hex color #5009E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5009E8 is #AFF617. Grayscale: #363636. Windows color (decimal): -11531800 or 15206736. OLE color: 15206736.
HSL color Cylindrical-coordinate representation of color #5009E8: hue angle of 259.1º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5009E8 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 9 | 232 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.09 |
| HSL | 259.1º | 0.93% | 0.47% | - |
| HSV(B) | 259.1º | 0.96% | 0.91% | - |
| XYZ | 17.97 | 7.73 | 76.89 | - |
| YUV | 55.65 | 227.52 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 232 | 0.66 | 0.96 | 0 | 0.09 | 259.1 | 0.93 | 0.47 |
| Hex | 50 | 9 | E8 | 42 | 60 | 0 | 9 | 103 | 5D | 2F |
| Octal | 120 | 11 | 350 | 102 | 140 | 0 | 11 | 403 | 135 | 57 |
| Binary | 1010000 | 1001 | 11101000 | 1000010 | 1100000 | 0 | 1001 | 100000011 | 1011101 | 101111 |
Color Harmonies of #5009E8
Complementary color
Monochromatic Colors of #5009E8
Black with #5009E8
Text Example
Text Example
White with #5009E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5009E8; }
p { color: rgb(80,9,232); }
H1.HeaderClassName
{
color: #5009E8;
}
.AnyTagClassName
{
color: #5009E8;
}
</style>
background-color css
<style>
a { background-color: #5009E8; }
a { background-color: rgb(80,9,232); }
div.DivClassName
{
background-color: #5009E8;
}
.BgClassName
{
background-color: #5009E8;
}
</style>
border-color css
<style>
span { border-color: #5009E8; }
span { border-color: rgb(80,9,232); }
td.TdClassName
{
border-color: #5009E8;
}
.TagClassName
{
border-color: #5009E8;
}
</style>