Shades of Daisy Bush #542A9B
Tints of Daisy Bush #542A9B
RGB
CMYK
RGB Variations
Color information
#542A9B (or 0x542A9B) is known color: Daisy Bush. HEX triplet: 54, 2A and 9B. RGB value is (84,42,155). Sum of RGB (Red+Green+Blue) = 84+42+155=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #542A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542A9B is #ABD564. Grayscale: #434343. Windows color (decimal): -11261285 or 10168916. OLE color: 10168916.
HSL color Cylindrical-coordinate representation of color #542A9B: hue angle of 262.3º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #542A9B is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 42 | 155 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.39 |
| HSL | 262.3º | 0.57% | 0.39% | - |
| HSV(B) | 262.3º | 0.73% | 0.61% | - |
| XYZ | 10.4 | 5.91 | 31.6 | - |
| YUV | 67.44 | 177.41 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 155 | 0.46 | 0.73 | 0 | 0.39 | 262.3 | 0.57 | 0.39 |
| Hex | 54 | 2A | 9B | 2E | 49 | 0 | 27 | 106 | 39 | 27 |
| Octal | 124 | 52 | 233 | 56 | 111 | 0 | 47 | 406 | 71 | 47 |
| Binary | 1010100 | 101010 | 10011011 | 101110 | 1001001 | 0 | 100111 | 100000110 | 111001 | 100111 |
Color Harmonies of #542A9B
Complementary color
Monochromatic Colors of #542A9B
Black with #542A9B
Text Example
Text Example
White with #542A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A9B; }
p { color: rgb(84,42,155); }
H1.HeaderClassName
{
color: #542A9B;
}
.AnyTagClassName
{
color: #542A9B;
}
</style>
background-color css
<style>
a { background-color: #542A9B; }
a { background-color: rgb(84,42,155); }
div.DivClassName
{
background-color: #542A9B;
}
.BgClassName
{
background-color: #542A9B;
}
</style>
border-color css
<style>
span { border-color: #542A9B; }
span { border-color: rgb(84,42,155); }
td.TdClassName
{
border-color: #542A9B;
}
.TagClassName
{
border-color: #542A9B;
}
</style>