Shades of Han Purple #5A09EE
Tints of Han Purple #5A09EE
RGB
CMYK
RGB Variations
Color information
#5A09EE (or 0x5A09EE) is known color: Han Purple. HEX triplet: 5A, 09 and EE. RGB value is (90,9,238). Sum of RGB (Red+Green+Blue) = 90+9+238=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A09EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A09EE is #A5F611. Grayscale: #3A3A3A. Windows color (decimal): -10876434 or 15599962. OLE color: 15599962.
HSL color Cylindrical-coordinate representation of color #5A09EE: hue angle of 261.22º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A09EE is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 9 | 238 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.07 |
| HSL | 261.22º | 0.93% | 0.48% | - |
| HSV(B) | 261.22º | 0.96% | 0.93% | - |
| XYZ | 19.75 | 8.54 | 81.5 | - |
| YUV | 59.33 | 228.84 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 238 | 0.62 | 0.96 | 0 | 0.07 | 261.22 | 0.93 | 0.48 |
| Hex | 5A | 9 | EE | 3E | 60 | 0 | 7 | 105 | 5D | 30 |
| Octal | 132 | 11 | 356 | 76 | 140 | 0 | 7 | 405 | 135 | 60 |
| Binary | 1011010 | 1001 | 11101110 | 111110 | 1100000 | 0 | 111 | 100000101 | 1011101 | 110000 |
Color Harmonies of #5A09EE
Complementary color
Monochromatic Colors of #5A09EE
Black with #5A09EE
Text Example
Text Example
White with #5A09EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A09EE; }
p { color: rgb(90,9,238); }
H1.HeaderClassName
{
color: #5A09EE;
}
.AnyTagClassName
{
color: #5A09EE;
}
</style>
background-color css
<style>
a { background-color: #5A09EE; }
a { background-color: rgb(90,9,238); }
div.DivClassName
{
background-color: #5A09EE;
}
.BgClassName
{
background-color: #5A09EE;
}
</style>
border-color css
<style>
span { border-color: #5A09EE; }
span { border-color: rgb(90,9,238); }
td.TdClassName
{
border-color: #5A09EE;
}
.TagClassName
{
border-color: #5A09EE;
}
</style>