Shades of Kingfisher Daisy #5D1A9B
Tints of Kingfisher Daisy #5D1A9B
RGB
CMYK
RGB Variations
Color information
#5D1A9B (or 0x5D1A9B) is known color: Kingfisher Daisy. HEX triplet: 5D, 1A and 9B. RGB value is (93,26,155). Sum of RGB (Red+Green+Blue) = 93+26+155=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D1A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1A9B is #A2E564. Grayscale: #3C3C3C. Windows color (decimal): -10675557 or 10164829. OLE color: 10164829.
HSL color Cylindrical-coordinate representation of color #5D1A9B: hue angle of 271.16º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D1A9B is Cyan = 0.4, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 26 | 155 | - |
| CMYK | 0.4 | 0.83 | 0 | 0.39 |
| HSL | 271.16º | 0.71% | 0.35% | - |
| HSV(B) | 271.16º | 0.83% | 0.61% | - |
| XYZ | 10.8 | 5.43 | 31.49 | - |
| YUV | 60.74 | 181.2 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 155 | 0.4 | 0.83 | 0 | 0.39 | 271.16 | 0.71 | 0.35 |
| Hex | 5D | 1A | 9B | 28 | 53 | 0 | 27 | 10F | 47 | 23 |
| Octal | 135 | 32 | 233 | 50 | 123 | 0 | 47 | 417 | 107 | 43 |
| Binary | 1011101 | 11010 | 10011011 | 101000 | 1010011 | 0 | 100111 | 100001111 | 1000111 | 100011 |
Color Harmonies of #5D1A9B
Complementary color
Monochromatic Colors of #5D1A9B
Black with #5D1A9B
Text Example
Text Example
White with #5D1A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1A9B; }
p { color: rgb(93,26,155); }
H1.HeaderClassName
{
color: #5D1A9B;
}
.AnyTagClassName
{
color: #5D1A9B;
}
</style>
background-color css
<style>
a { background-color: #5D1A9B; }
a { background-color: rgb(93,26,155); }
div.DivClassName
{
background-color: #5D1A9B;
}
.BgClassName
{
background-color: #5D1A9B;
}
</style>
border-color css
<style>
span { border-color: #5D1A9B; }
span { border-color: rgb(93,26,155); }
td.TdClassName
{
border-color: #5D1A9B;
}
.TagClassName
{
border-color: #5D1A9B;
}
</style>