Shades of Han Purple #5B09EA
Tints of Han Purple #5B09EA
RGB
CMYK
RGB Variations
Color information
#5B09EA (or 0x5B09EA) is known color: Han Purple. HEX triplet: 5B, 09 and EA. RGB value is (91,9,234). Sum of RGB (Red+Green+Blue) = 91+9+234=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B09EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B09EA is #A4F615. Grayscale: #3A3A3A. Windows color (decimal): -10810902 or 15337819. OLE color: 15337819.
HSL color Cylindrical-coordinate representation of color #5B09EA: hue angle of 261.87º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B09EA is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 9 | 234 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.08 |
| HSL | 261.87º | 0.93% | 0.48% | - |
| HSV(B) | 261.87º | 0.96% | 0.92% | - |
| XYZ | 19.26 | 8.36 | 78.44 | - |
| YUV | 59.17 | 226.67 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 234 | 0.61 | 0.96 | 0 | 0.08 | 261.87 | 0.93 | 0.48 |
| Hex | 5B | 9 | EA | 3D | 60 | 0 | 8 | 106 | 5D | 30 |
| Octal | 133 | 11 | 352 | 75 | 140 | 0 | 10 | 406 | 135 | 60 |
| Binary | 1011011 | 1001 | 11101010 | 111101 | 1100000 | 0 | 1000 | 100000110 | 1011101 | 110000 |
Color Harmonies of #5B09EA
Complementary color
Monochromatic Colors of #5B09EA
Black with #5B09EA
Text Example
Text Example
White with #5B09EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B09EA; }
p { color: rgb(91,9,234); }
H1.HeaderClassName
{
color: #5B09EA;
}
.AnyTagClassName
{
color: #5B09EA;
}
</style>
background-color css
<style>
a { background-color: #5B09EA; }
a { background-color: rgb(91,9,234); }
div.DivClassName
{
background-color: #5B09EA;
}
.BgClassName
{
background-color: #5B09EA;
}
</style>
border-color css
<style>
span { border-color: #5B09EA; }
span { border-color: rgb(91,9,234); }
td.TdClassName
{
border-color: #5B09EA;
}
.TagClassName
{
border-color: #5B09EA;
}
</style>