Shades of Daisy Bush #54318D
Tints of Daisy Bush #54318D
RGB
CMYK
RGB Variations
Color information
#54318D (or 0x54318D) is known color: Daisy Bush. HEX triplet: 54, 31 and 8D. RGB value is (84,49,141). Sum of RGB (Red+Green+Blue) = 84+49+141=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #54318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54318D is #ABCE72. Grayscale: #454545. Windows color (decimal): -11259507 or 9253204. OLE color: 9253204.
HSL color Cylindrical-coordinate representation of color #54318D: hue angle of 262.83º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54318D is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 49 | 141 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.45 |
| HSL | 262.83º | 0.48% | 0.37% | - |
| HSV(B) | 262.83º | 0.65% | 0.55% | - |
| XYZ | 9.56 | 6 | 25.85 | - |
| YUV | 69.95 | 168.1 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 49 | 141 | 0.40 | 0.65 | 0 | 0.45 | 262.83 | 0.48 | 0.37 |
| Hex | 54 | 31 | 8D | 28 | 41 | 0 | 2D | 107 | 30 | 25 |
| Octal | 124 | 61 | 215 | 50 | 101 | 0 | 55 | 407 | 60 | 45 |
| Binary | 1010100 | 110001 | 10001101 | 101000 | 1000001 | 0 | 101101 | 100000111 | 110000 | 100101 |
Color Harmonies of #54318D
Complementary color
Monochromatic Colors of #54318D
Black with #54318D
Text Example
Text Example
White with #54318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54318D; }
p { color: rgb(84,49,141); }
H1.HeaderClassName
{
color: #54318D;
}
.AnyTagClassName
{
color: #54318D;
}
</style>
background-color css
<style>
a { background-color: #54318D; }
a { background-color: rgb(84,49,141); }
div.DivClassName
{
background-color: #54318D;
}
.BgClassName
{
background-color: #54318D;
}
</style>
border-color css
<style>
span { border-color: #54318D; }
span { border-color: rgb(84,49,141); }
td.TdClassName
{
border-color: #54318D;
}
.TagClassName
{
border-color: #54318D;
}
</style>