Shades of Daisy Bush #511A9D
Tints of Daisy Bush #511A9D
RGB
CMYK
RGB Variations
Color information
#511A9D (or 0x511A9D) is known color: Daisy Bush. HEX triplet: 51, 1A and 9D. RGB value is (81,26,157). Sum of RGB (Red+Green+Blue) = 81+26+157=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 157 (61.72% from 255 or 59.47% from 264); Max value from RGB is 157 - color contains mainly: blue. Hex color #511A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511A9D is #AEE562. Grayscale: #383838. Windows color (decimal): -11461987 or 10295889. OLE color: 10295889.
HSL color Cylindrical-coordinate representation of color #511A9D: hue angle of 265.19º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511A9D is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 26 | 157 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.38 |
| HSL | 265.19º | 0.72% | 0.36% | - |
| HSV(B) | 265.19º | 0.83% | 0.62% | - |
| XYZ | 9.85 | 4.92 | 32.33 | - |
| YUV | 57.38 | 184.22 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 157 | 0.48 | 0.83 | 0 | 0.38 | 265.19 | 0.72 | 0.36 |
| Hex | 51 | 1A | 9D | 30 | 53 | 0 | 26 | 109 | 48 | 24 |
| Octal | 121 | 32 | 235 | 60 | 123 | 0 | 46 | 411 | 110 | 44 |
| Binary | 1010001 | 11010 | 10011101 | 110000 | 1010011 | 0 | 100110 | 100001001 | 1001000 | 100100 |
Color Harmonies of #511A9D
Complementary color
Monochromatic Colors of #511A9D
Black with #511A9D
Text Example
Text Example
White with #511A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A9D; }
p { color: rgb(81,26,157); }
H1.HeaderClassName
{
color: #511A9D;
}
.AnyTagClassName
{
color: #511A9D;
}
</style>
background-color css
<style>
a { background-color: #511A9D; }
a { background-color: rgb(81,26,157); }
div.DivClassName
{
background-color: #511A9D;
}
.BgClassName
{
background-color: #511A9D;
}
</style>
border-color css
<style>
span { border-color: #511A9D; }
span { border-color: rgb(81,26,157); }
td.TdClassName
{
border-color: #511A9D;
}
.TagClassName
{
border-color: #511A9D;
}
</style>