Shades of Kingfisher Daisy #5E218D
Tints of Kingfisher Daisy #5E218D
RGB
CMYK
RGB Variations
Color information
#5E218D (or 0x5E218D) is known color: Kingfisher Daisy. HEX triplet: 5E, 21 and 8D. RGB value is (94,33,141). Sum of RGB (Red+Green+Blue) = 94+33+141=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E218D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E218D is #A1DE72. Grayscale: #3F3F3F. Windows color (decimal): -10608243 or 9249118. OLE color: 9249118.
HSL color Cylindrical-coordinate representation of color #5E218D: hue angle of 273.89º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E218D is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 33 | 141 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.45 |
| HSL | 273.89º | 0.62% | 0.34% | - |
| HSV(B) | 273.89º | 0.77% | 0.55% | - |
| XYZ | 9.97 | 5.39 | 25.71 | - |
| YUV | 63.55 | 171.71 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 141 | 0.33 | 0.77 | 0 | 0.45 | 273.89 | 0.62 | 0.34 |
| Hex | 5E | 21 | 8D | 21 | 4D | 0 | 2D | 112 | 3E | 22 |
| Octal | 136 | 41 | 215 | 41 | 115 | 0 | 55 | 422 | 76 | 42 |
| Binary | 1011110 | 100001 | 10001101 | 100001 | 1001101 | 0 | 101101 | 100010010 | 111110 | 100010 |
Color Harmonies of #5E218D
Complementary color
Monochromatic Colors of #5E218D
Black with #5E218D
Text Example
Text Example
White with #5E218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E218D; }
p { color: rgb(94,33,141); }
H1.HeaderClassName
{
color: #5E218D;
}
.AnyTagClassName
{
color: #5E218D;
}
</style>
background-color css
<style>
a { background-color: #5E218D; }
a { background-color: rgb(94,33,141); }
div.DivClassName
{
background-color: #5E218D;
}
.BgClassName
{
background-color: #5E218D;
}
</style>
border-color css
<style>
span { border-color: #5E218D; }
span { border-color: rgb(94,33,141); }
td.TdClassName
{
border-color: #5E218D;
}
.TagClassName
{
border-color: #5E218D;
}
</style>