Shades of Butterfly Bush #654E91
Tints of Butterfly Bush #654E91
RGB
CMYK
RGB Variations
Color information
#654E91 (or 0x654E91) is known color: Butterfly Bush. HEX triplet: 65, 4E and 91. RGB value is (101,78,145). Sum of RGB (Red+Green+Blue) = 101+78+145=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #654E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654E91 is #9AB16E. Grayscale: #5C5C5C. Windows color (decimal): -10137967 or 9522789. OLE color: 9522789.
HSL color Cylindrical-coordinate representation of color #654E91: hue angle of 260.6º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #654E91 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 78 | 145 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.43 |
| HSL | 260.6º | 0.3% | 0.44% | - |
| HSV(B) | 260.6º | 0.46% | 0.57% | - |
| XYZ | 13.2 | 10.26 | 28.07 | - |
| YUV | 92.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 145 | 0.30 | 0.46 | 0 | 0.43 | 260.6 | 0.3 | 0.44 |
| Hex | 65 | 4E | 91 | 1E | 2E | 0 | 2B | 105 | 1E | 2C |
| Octal | 145 | 116 | 221 | 36 | 56 | 0 | 53 | 405 | 36 | 54 |
| Binary | 1100101 | 1001110 | 10010001 | 11110 | 101110 | 0 | 101011 | 100000101 | 11110 | 101100 |
Color Harmonies of #654E91
Complementary color
Monochromatic Colors of #654E91
Black with #654E91
Text Example
Text Example
White with #654E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E91; }
p { color: rgb(101,78,145); }
H1.HeaderClassName
{
color: #654E91;
}
.AnyTagClassName
{
color: #654E91;
}
</style>
background-color css
<style>
a { background-color: #654E91; }
a { background-color: rgb(101,78,145); }
div.DivClassName
{
background-color: #654E91;
}
.BgClassName
{
background-color: #654E91;
}
</style>
border-color css
<style>
span { border-color: #654E91; }
span { border-color: rgb(101,78,145); }
td.TdClassName
{
border-color: #654E91;
}
.TagClassName
{
border-color: #654E91;
}
</style>