Shades of Butterfly Bush #654C93
Tints of Butterfly Bush #654C93
RGB
CMYK
RGB Variations
Color information
#654C93 (or 0x654C93) is known color: Butterfly Bush. HEX triplet: 65, 4C and 93. RGB value is (101,76,147). Sum of RGB (Red+Green+Blue) = 101+76+147=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #654C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654C93 is #9AB36C. Grayscale: #5B5B5B. Windows color (decimal): -10138477 or 9653349. OLE color: 9653349.
HSL color Cylindrical-coordinate representation of color #654C93: hue angle of 261.13º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #654C93 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 76 | 147 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.42 |
| HSL | 261.13º | 0.32% | 0.44% | - |
| HSV(B) | 261.13º | 0.48% | 0.58% | - |
| XYZ | 13.22 | 10.04 | 28.85 | - |
| YUV | 91.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 147 | 0.31 | 0.48 | 0 | 0.42 | 261.13 | 0.32 | 0.44 |
| Hex | 65 | 4C | 93 | 1F | 30 | 0 | 2A | 105 | 20 | 2C |
| Octal | 145 | 114 | 223 | 37 | 60 | 0 | 52 | 405 | 40 | 54 |
| Binary | 1100101 | 1001100 | 10010011 | 11111 | 110000 | 0 | 101010 | 100000101 | 100000 | 101100 |
Color Harmonies of #654C93
Complementary color
Monochromatic Colors of #654C93
Black with #654C93
Text Example
Text Example
White with #654C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C93; }
p { color: rgb(101,76,147); }
H1.HeaderClassName
{
color: #654C93;
}
.AnyTagClassName
{
color: #654C93;
}
</style>
background-color css
<style>
a { background-color: #654C93; }
a { background-color: rgb(101,76,147); }
div.DivClassName
{
background-color: #654C93;
}
.BgClassName
{
background-color: #654C93;
}
</style>
border-color css
<style>
span { border-color: #654C93; }
span { border-color: rgb(101,76,147); }
td.TdClassName
{
border-color: #654C93;
}
.TagClassName
{
border-color: #654C93;
}
</style>