Shades of Daisy Bush #542B9F
Tints of Daisy Bush #542B9F
RGB
CMYK
RGB Variations
Color information
#542B9F (or 0x542B9F) is known color: Daisy Bush. HEX triplet: 54, 2B and 9F. RGB value is (84,43,159). Sum of RGB (Red+Green+Blue) = 84+43+159=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #542B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542B9F is #ABD460. Grayscale: #444444. Windows color (decimal): -11261025 or 10431316. OLE color: 10431316.
HSL color Cylindrical-coordinate representation of color #542B9F: hue angle of 261.21º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #542B9F is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 43 | 159 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.38 |
| HSL | 261.21º | 0.57% | 0.4% | - |
| HSV(B) | 261.21º | 0.73% | 0.62% | - |
| XYZ | 10.78 | 6.12 | 33.41 | - |
| YUV | 68.48 | 179.08 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 159 | 0.47 | 0.73 | 0 | 0.38 | 261.21 | 0.57 | 0.4 |
| Hex | 54 | 2B | 9F | 2F | 49 | 0 | 26 | 105 | 39 | 28 |
| Octal | 124 | 53 | 237 | 57 | 111 | 0 | 46 | 405 | 71 | 50 |
| Binary | 1010100 | 101011 | 10011111 | 101111 | 1001001 | 0 | 100110 | 100000101 | 111001 | 101000 |
Color Harmonies of #542B9F
Complementary color
Monochromatic Colors of #542B9F
Black with #542B9F
Text Example
Text Example
White with #542B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542B9F; }
p { color: rgb(84,43,159); }
H1.HeaderClassName
{
color: #542B9F;
}
.AnyTagClassName
{
color: #542B9F;
}
</style>
background-color css
<style>
a { background-color: #542B9F; }
a { background-color: rgb(84,43,159); }
div.DivClassName
{
background-color: #542B9F;
}
.BgClassName
{
background-color: #542B9F;
}
</style>
border-color css
<style>
span { border-color: #542B9F; }
span { border-color: rgb(84,43,159); }
td.TdClassName
{
border-color: #542B9F;
}
.TagClassName
{
border-color: #542B9F;
}
</style>