Shades of Daisy Bush #542C9E
Tints of Daisy Bush #542C9E
RGB
CMYK
RGB Variations
Color information
#542C9E (or 0x542C9E) is known color: Daisy Bush. HEX triplet: 54, 2C and 9E. RGB value is (84,44,158). Sum of RGB (Red+Green+Blue) = 84+44+158=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #542C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542C9E is #ABD361. Grayscale: #444444. Windows color (decimal): -11260770 or 10366036. OLE color: 10366036.
HSL color Cylindrical-coordinate representation of color #542C9E: hue angle of 261.05º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #542C9E is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 44 | 158 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.38 |
| HSL | 261.05º | 0.56% | 0.4% | - |
| HSV(B) | 261.05º | 0.72% | 0.62% | - |
| XYZ | 10.73 | 6.15 | 32.97 | - |
| YUV | 68.96 | 178.25 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 158 | 0.47 | 0.72 | 0 | 0.38 | 261.05 | 0.56 | 0.4 |
| Hex | 54 | 2C | 9E | 2F | 48 | 0 | 26 | 105 | 38 | 28 |
| Octal | 124 | 54 | 236 | 57 | 110 | 0 | 46 | 405 | 70 | 50 |
| Binary | 1010100 | 101100 | 10011110 | 101111 | 1001000 | 0 | 100110 | 100000101 | 111000 | 101000 |
Color Harmonies of #542C9E
Complementary color
Monochromatic Colors of #542C9E
Black with #542C9E
Text Example
Text Example
White with #542C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C9E; }
p { color: rgb(84,44,158); }
H1.HeaderClassName
{
color: #542C9E;
}
.AnyTagClassName
{
color: #542C9E;
}
</style>
background-color css
<style>
a { background-color: #542C9E; }
a { background-color: rgb(84,44,158); }
div.DivClassName
{
background-color: #542C9E;
}
.BgClassName
{
background-color: #542C9E;
}
</style>
border-color css
<style>
span { border-color: #542C9E; }
span { border-color: rgb(84,44,158); }
td.TdClassName
{
border-color: #542C9E;
}
.TagClassName
{
border-color: #542C9E;
}
</style>