Shades of Butterfly Bush #654E9D
Tints of Butterfly Bush #654E9D
RGB
CMYK
RGB Variations
Color information
#654E9D (or 0x654E9D) is known color: Butterfly Bush. HEX triplet: 65, 4E and 9D. RGB value is (101,78,157). Sum of RGB (Red+Green+Blue) = 101+78+157=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #654E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654E9D is #9AB162. Grayscale: #5D5D5D. Windows color (decimal): -10137955 or 10309221. OLE color: 10309221.
HSL color Cylindrical-coordinate representation of color #654E9D: hue angle of 257.47º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654E9D is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 78 | 157 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.38 |
| HSL | 257.47º | 0.34% | 0.46% | - |
| HSV(B) | 257.47º | 0.5% | 0.62% | - |
| XYZ | 14.18 | 10.65 | 33.21 | - |
| YUV | 93.88 | 163.62 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 157 | 0.36 | 0.50 | 0 | 0.38 | 257.47 | 0.34 | 0.46 |
| Hex | 65 | 4E | 9D | 24 | 32 | 0 | 26 | 101 | 22 | 2E |
| Octal | 145 | 116 | 235 | 44 | 62 | 0 | 46 | 401 | 42 | 56 |
| Binary | 1100101 | 1001110 | 10011101 | 100100 | 110010 | 0 | 100110 | 100000001 | 100010 | 101110 |
Color Harmonies of #654E9D
Complementary color
Monochromatic Colors of #654E9D
Black with #654E9D
Text Example
Text Example
White with #654E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E9D; }
p { color: rgb(101,78,157); }
H1.HeaderClassName
{
color: #654E9D;
}
.AnyTagClassName
{
color: #654E9D;
}
</style>
background-color css
<style>
a { background-color: #654E9D; }
a { background-color: rgb(101,78,157); }
div.DivClassName
{
background-color: #654E9D;
}
.BgClassName
{
background-color: #654E9D;
}
</style>
border-color css
<style>
span { border-color: #654E9D; }
span { border-color: rgb(101,78,157); }
td.TdClassName
{
border-color: #654E9D;
}
.TagClassName
{
border-color: #654E9D;
}
</style>