Shades of Butterfly Bush #654C99
Tints of Butterfly Bush #654C99
RGB
CMYK
RGB Variations
Color information
#654C99 (or 0x654C99) is known color: Butterfly Bush. HEX triplet: 65, 4C and 99. RGB value is (101,76,153). Sum of RGB (Red+Green+Blue) = 101+76+153=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #654C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654C99 is #9AB366. Grayscale: #5B5B5B. Windows color (decimal): -10138471 or 10046565. OLE color: 10046565.
HSL color Cylindrical-coordinate representation of color #654C99: hue angle of 259.48º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654C99 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 76 | 153 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.4 |
| HSL | 259.48º | 0.34% | 0.45% | - |
| HSV(B) | 259.48º | 0.5% | 0.6% | - |
| XYZ | 13.7 | 10.24 | 31.39 | - |
| YUV | 92.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 153 | 0.34 | 0.50 | 0 | 0.4 | 259.48 | 0.34 | 0.45 |
| Hex | 65 | 4C | 99 | 22 | 32 | 0 | 28 | 103 | 22 | 2D |
| Octal | 145 | 114 | 231 | 42 | 62 | 0 | 50 | 403 | 42 | 55 |
| Binary | 1100101 | 1001100 | 10011001 | 100010 | 110010 | 0 | 101000 | 100000011 | 100010 | 101101 |
Color Harmonies of #654C99
Complementary color
Monochromatic Colors of #654C99
Black with #654C99
Text Example
Text Example
White with #654C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C99; }
p { color: rgb(101,76,153); }
H1.HeaderClassName
{
color: #654C99;
}
.AnyTagClassName
{
color: #654C99;
}
</style>
background-color css
<style>
a { background-color: #654C99; }
a { background-color: rgb(101,76,153); }
div.DivClassName
{
background-color: #654C99;
}
.BgClassName
{
background-color: #654C99;
}
</style>
border-color css
<style>
span { border-color: #654C99; }
span { border-color: rgb(101,76,153); }
td.TdClassName
{
border-color: #654C99;
}
.TagClassName
{
border-color: #654C99;
}
</style>