Shades of Daisy Bush #543C8C
Tints of Daisy Bush #543C8C
RGB
CMYK
RGB Variations
Color information
#543C8C (or 0x543C8C) is known color: Daisy Bush. HEX triplet: 54, 3C and 8C. RGB value is (84,60,140). Sum of RGB (Red+Green+Blue) = 84+60+140=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #543C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543C8C is #ABC373. Grayscale: #4C4C4C. Windows color (decimal): -11256692 or 9190484. OLE color: 9190484.
HSL color Cylindrical-coordinate representation of color #543C8C: hue angle of 258º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #543C8C is Cyan = 0.4, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 60 | 140 | - |
| CMYK | 0.4 | 0.57 | 0 | 0.45 |
| HSL | 258º | 0.4% | 0.39% | - |
| HSV(B) | 258º | 0.57% | 0.55% | - |
| XYZ | 10.01 | 7.01 | 25.64 | - |
| YUV | 76.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 60 | 140 | 0.4 | 0.57 | 0 | 0.45 | 258 | 0.4 | 0.39 |
| Hex | 54 | 3C | 8C | 28 | 39 | 0 | 2D | 102 | 28 | 27 |
| Octal | 124 | 74 | 214 | 50 | 71 | 0 | 55 | 402 | 50 | 47 |
| Binary | 1010100 | 111100 | 10001100 | 101000 | 111001 | 0 | 101101 | 100000010 | 101000 | 100111 |
Color Harmonies of #543C8C
Complementary color
Monochromatic Colors of #543C8C
Black with #543C8C
Text Example
Text Example
White with #543C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543C8C; }
p { color: rgb(84,60,140); }
H1.HeaderClassName
{
color: #543C8C;
}
.AnyTagClassName
{
color: #543C8C;
}
</style>
background-color css
<style>
a { background-color: #543C8C; }
a { background-color: rgb(84,60,140); }
div.DivClassName
{
background-color: #543C8C;
}
.BgClassName
{
background-color: #543C8C;
}
</style>
border-color css
<style>
span { border-color: #543C8C; }
span { border-color: rgb(84,60,140); }
td.TdClassName
{
border-color: #543C8C;
}
.TagClassName
{
border-color: #543C8C;
}
</style>