Shades of Kingfisher Daisy #542C8A
Tints of Kingfisher Daisy #542C8A
RGB
CMYK
RGB Variations
Color information
#542C8A (or 0x542C8A) is known color: Kingfisher Daisy. HEX triplet: 54, 2C and 8A. RGB value is (84,44,138). Sum of RGB (Red+Green+Blue) = 84+44+138=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #542C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542C8A is #ABD375. Grayscale: #424242. Windows color (decimal): -11260790 or 9055316. OLE color: 9055316.
HSL color Cylindrical-coordinate representation of color #542C8A: hue angle of 265.53º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #542C8A is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 44 | 138 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.46 |
| HSL | 265.53º | 0.52% | 0.36% | - |
| HSV(B) | 265.53º | 0.68% | 0.54% | - |
| XYZ | 9.14 | 5.52 | 24.63 | - |
| YUV | 66.68 | 168.25 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 44 | 138 | 0.39 | 0.68 | 0 | 0.46 | 265.53 | 0.52 | 0.36 |
| Hex | 54 | 2C | 8A | 27 | 44 | 0 | 2E | 10A | 34 | 24 |
| Octal | 124 | 54 | 212 | 47 | 104 | 0 | 56 | 412 | 64 | 44 |
| Binary | 1010100 | 101100 | 10001010 | 100111 | 1000100 | 0 | 101110 | 100001010 | 110100 | 100100 |
Color Harmonies of #542C8A
Complementary color
Monochromatic Colors of #542C8A
Black with #542C8A
Text Example
Text Example
White with #542C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542C8A; }
p { color: rgb(84,44,138); }
H1.HeaderClassName
{
color: #542C8A;
}
.AnyTagClassName
{
color: #542C8A;
}
</style>
background-color css
<style>
a { background-color: #542C8A; }
a { background-color: rgb(84,44,138); }
div.DivClassName
{
background-color: #542C8A;
}
.BgClassName
{
background-color: #542C8A;
}
</style>
border-color css
<style>
span { border-color: #542C8A; }
span { border-color: rgb(84,44,138); }
td.TdClassName
{
border-color: #542C8A;
}
.TagClassName
{
border-color: #542C8A;
}
</style>