Shades of Butterfly Bush #654E83
Tints of Butterfly Bush #654E83
RGB
CMYK
RGB Variations
Color information
#654E83 (or 0x654E83) is known color: Butterfly Bush. HEX triplet: 65, 4E and 83. RGB value is (101,78,131). Sum of RGB (Red+Green+Blue) = 101+78+131=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #654E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654E83 is #9AB17C. Grayscale: #5A5A5A. Windows color (decimal): -10137981 or 8605285. OLE color: 8605285.
HSL color Cylindrical-coordinate representation of color #654E83: hue angle of 266.04º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #654E83 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 78 | 131 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.49 |
| HSL | 266.04º | 0.25% | 0.41% | - |
| HSV(B) | 266.04º | 0.4% | 0.51% | - |
| XYZ | 12.19 | 9.85 | 22.73 | - |
| YUV | 90.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 131 | 0.23 | 0.40 | 0 | 0.49 | 266.04 | 0.25 | 0.41 |
| Hex | 65 | 4E | 83 | 17 | 28 | 0 | 31 | 10A | 19 | 29 |
| Octal | 145 | 116 | 203 | 27 | 50 | 0 | 61 | 412 | 31 | 51 |
| Binary | 1100101 | 1001110 | 10000011 | 10111 | 101000 | 0 | 110001 | 100001010 | 11001 | 101001 |
Color Harmonies of #654E83
Complementary color
Monochromatic Colors of #654E83
Black with #654E83
Text Example
Text Example
White with #654E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654E83; }
p { color: rgb(101,78,131); }
H1.HeaderClassName
{
color: #654E83;
}
.AnyTagClassName
{
color: #654E83;
}
</style>
background-color css
<style>
a { background-color: #654E83; }
a { background-color: rgb(101,78,131); }
div.DivClassName
{
background-color: #654E83;
}
.BgClassName
{
background-color: #654E83;
}
</style>
border-color css
<style>
span { border-color: #654E83; }
span { border-color: rgb(101,78,131); }
td.TdClassName
{
border-color: #654E83;
}
.TagClassName
{
border-color: #654E83;
}
</style>