Shades of Kingfisher Daisy #542A8B
Tints of Kingfisher Daisy #542A8B
RGB
CMYK
RGB Variations
Color information
#542A8B (or 0x542A8B) is known color: Kingfisher Daisy. HEX triplet: 54, 2A and 8B. RGB value is (84,42,139). Sum of RGB (Red+Green+Blue) = 84+42+139=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #542A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542A8B is #ABD574. Grayscale: #414141. Windows color (decimal): -11261301 or 9120340. OLE color: 9120340.
HSL color Cylindrical-coordinate representation of color #542A8B: hue angle of 265.98º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #542A8B is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 42 | 139 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.45 |
| HSL | 265.98º | 0.54% | 0.35% | - |
| HSV(B) | 265.98º | 0.7% | 0.55% | - |
| XYZ | 9.14 | 5.4 | 24.99 | - |
| YUV | 65.62 | 169.41 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 42 | 139 | 0.40 | 0.70 | 0 | 0.45 | 265.98 | 0.54 | 0.35 |
| Hex | 54 | 2A | 8B | 28 | 46 | 0 | 2D | 10A | 36 | 23 |
| Octal | 124 | 52 | 213 | 50 | 106 | 0 | 55 | 412 | 66 | 43 |
| Binary | 1010100 | 101010 | 10001011 | 101000 | 1000110 | 0 | 101101 | 100001010 | 110110 | 100011 |
Color Harmonies of #542A8B
Complementary color
Monochromatic Colors of #542A8B
Black with #542A8B
Text Example
Text Example
White with #542A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542A8B; }
p { color: rgb(84,42,139); }
H1.HeaderClassName
{
color: #542A8B;
}
.AnyTagClassName
{
color: #542A8B;
}
</style>
background-color css
<style>
a { background-color: #542A8B; }
a { background-color: rgb(84,42,139); }
div.DivClassName
{
background-color: #542A8B;
}
.BgClassName
{
background-color: #542A8B;
}
</style>
border-color css
<style>
span { border-color: #542A8B; }
span { border-color: rgb(84,42,139); }
td.TdClassName
{
border-color: #542A8B;
}
.TagClassName
{
border-color: #542A8B;
}
</style>