Shades of Butterfly Bush #654F83
Tints of Butterfly Bush #654F83
RGB
CMYK
RGB Variations
Color information
#654F83 (or 0x654F83) is known color: Butterfly Bush. HEX triplet: 65, 4F and 83. RGB value is (101,79,131). Sum of RGB (Red+Green+Blue) = 101+79+131=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #654F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #654F83 is #9AB07C. Grayscale: #5B5B5B. Windows color (decimal): -10137725 or 8605541. OLE color: 8605541.
HSL color Cylindrical-coordinate representation of color #654F83: hue angle of 265.38º 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 #654F83 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 79 | 131 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.49 |
| HSL | 265.38º | 0.25% | 0.41% | - |
| HSV(B) | 265.38º | 0.4% | 0.51% | - |
| XYZ | 12.26 | 10 | 22.76 | - |
| YUV | 91.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 79 | 131 | 0.23 | 0.40 | 0 | 0.49 | 265.38 | 0.25 | 0.41 |
| Hex | 65 | 4F | 83 | 17 | 28 | 0 | 31 | 109 | 19 | 29 |
| Octal | 145 | 117 | 203 | 27 | 50 | 0 | 61 | 411 | 31 | 51 |
| Binary | 1100101 | 1001111 | 10000011 | 10111 | 101000 | 0 | 110001 | 100001001 | 11001 | 101001 |
Color Harmonies of #654F83
Complementary color
Monochromatic Colors of #654F83
Black with #654F83
Text Example
Text Example
White with #654F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654F83; }
p { color: rgb(101,79,131); }
H1.HeaderClassName
{
color: #654F83;
}
.AnyTagClassName
{
color: #654F83;
}
</style>
background-color css
<style>
a { background-color: #654F83; }
a { background-color: rgb(101,79,131); }
div.DivClassName
{
background-color: #654F83;
}
.BgClassName
{
background-color: #654F83;
}
</style>
border-color css
<style>
span { border-color: #654F83; }
span { border-color: rgb(101,79,131); }
td.TdClassName
{
border-color: #654F83;
}
.TagClassName
{
border-color: #654F83;
}
</style>