Shades of Daisy Bush #541C9D
Tints of Daisy Bush #541C9D
RGB
CMYK
RGB Variations
Color information
#541C9D (or 0x541C9D) is known color: Daisy Bush. HEX triplet: 54, 1C and 9D. RGB value is (84,28,157). Sum of RGB (Red+Green+Blue) = 84+28+157=269 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.23% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #541C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541C9D is #ABE362. Grayscale: #3A3A3A. Windows color (decimal): -11264867 or 10296404. OLE color: 10296404.
HSL color Cylindrical-coordinate representation of color #541C9D: hue angle of 266.05º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541C9D is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 28 | 157 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.38 |
| HSL | 266.05º | 0.7% | 0.36% | - |
| HSV(B) | 266.05º | 0.82% | 0.62% | - |
| XYZ | 10.16 | 5.15 | 32.36 | - |
| YUV | 59.45 | 183.05 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 157 | 0.46 | 0.82 | 0 | 0.38 | 266.05 | 0.7 | 0.36 |
| Hex | 54 | 1C | 9D | 2E | 52 | 0 | 26 | 10A | 46 | 24 |
| Octal | 124 | 34 | 235 | 56 | 122 | 0 | 46 | 412 | 106 | 44 |
| Binary | 1010100 | 11100 | 10011101 | 101110 | 1010010 | 0 | 100110 | 100001010 | 1000110 | 100100 |
Color Harmonies of #541C9D
Complementary color
Monochromatic Colors of #541C9D
Black with #541C9D
Text Example
Text Example
White with #541C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541C9D; }
p { color: rgb(84,28,157); }
H1.HeaderClassName
{
color: #541C9D;
}
.AnyTagClassName
{
color: #541C9D;
}
</style>
background-color css
<style>
a { background-color: #541C9D; }
a { background-color: rgb(84,28,157); }
div.DivClassName
{
background-color: #541C9D;
}
.BgClassName
{
background-color: #541C9D;
}
</style>
border-color css
<style>
span { border-color: #541C9D; }
span { border-color: rgb(84,28,157); }
td.TdClassName
{
border-color: #541C9D;
}
.TagClassName
{
border-color: #541C9D;
}
</style>