Shades of Butterfly Bush #5F4E8E
Tints of Butterfly Bush #5F4E8E
RGB
CMYK
RGB Variations
Color information
#5F4E8E (or 0x5F4E8E) is known color: Butterfly Bush. HEX triplet: 5F, 4E and 8E. RGB value is (95,78,142). Sum of RGB (Red+Green+Blue) = 95+78+142=315 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.16% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F4E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4E8E is #A0B171. Grayscale: #5A5A5A. Windows color (decimal): -10531186 or 9326175. OLE color: 9326175.
HSL color Cylindrical-coordinate representation of color #5F4E8E: hue angle of 255.94º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F4E8E is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 78 | 142 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.44 |
| HSL | 255.94º | 0.29% | 0.43% | - |
| HSV(B) | 255.94º | 0.45% | 0.56% | - |
| XYZ | 12.33 | 9.83 | 26.84 | - |
| YUV | 90.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 78 | 142 | 0.33 | 0.45 | 0 | 0.44 | 255.94 | 0.29 | 0.43 |
| Hex | 5F | 4E | 8E | 21 | 2D | 0 | 2C | 100 | 1D | 2B |
| Octal | 137 | 116 | 216 | 41 | 55 | 0 | 54 | 400 | 35 | 53 |
| Binary | 1011111 | 1001110 | 10001110 | 100001 | 101101 | 0 | 101100 | 100000000 | 11101 | 101011 |
Color Harmonies of #5F4E8E
Complementary color
Monochromatic Colors of #5F4E8E
Black with #5F4E8E
Text Example
Text Example
White with #5F4E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4E8E; }
p { color: rgb(95,78,142); }
H1.HeaderClassName
{
color: #5F4E8E;
}
.AnyTagClassName
{
color: #5F4E8E;
}
</style>
background-color css
<style>
a { background-color: #5F4E8E; }
a { background-color: rgb(95,78,142); }
div.DivClassName
{
background-color: #5F4E8E;
}
.BgClassName
{
background-color: #5F4E8E;
}
</style>
border-color css
<style>
span { border-color: #5F4E8E; }
span { border-color: rgb(95,78,142); }
td.TdClassName
{
border-color: #5F4E8E;
}
.TagClassName
{
border-color: #5F4E8E;
}
</style>