Shades of Butterfly Bush #654C90
Tints of Butterfly Bush #654C90
RGB
CMYK
RGB Variations
Color information
#654C90 (or 0x654C90) is known color: Butterfly Bush. HEX triplet: 65, 4C and 90. RGB value is (101,76,144). Sum of RGB (Red+Green+Blue) = 101+76+144=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #654C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654C90 is #9AB36F. Grayscale: #5A5A5A. Windows color (decimal): -10138480 or 9456741. OLE color: 9456741.
HSL color Cylindrical-coordinate representation of color #654C90: hue angle of 262.06º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #654C90 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 76 | 144 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.44 |
| HSL | 262.06º | 0.31% | 0.43% | - |
| HSV(B) | 262.06º | 0.47% | 0.56% | - |
| XYZ | 12.99 | 9.95 | 27.62 | - |
| YUV | 91.23 | 157.78 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 144 | 0.30 | 0.47 | 0 | 0.44 | 262.06 | 0.31 | 0.43 |
| Hex | 65 | 4C | 90 | 1E | 2F | 0 | 2C | 106 | 1F | 2B |
| Octal | 145 | 114 | 220 | 36 | 57 | 0 | 54 | 406 | 37 | 53 |
| Binary | 1100101 | 1001100 | 10010000 | 11110 | 101111 | 0 | 101100 | 100000110 | 11111 | 101011 |
Color Harmonies of #654C90
Complementary color
Monochromatic Colors of #654C90
Black with #654C90
Text Example
Text Example
White with #654C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C90; }
p { color: rgb(101,76,144); }
H1.HeaderClassName
{
color: #654C90;
}
.AnyTagClassName
{
color: #654C90;
}
</style>
background-color css
<style>
a { background-color: #654C90; }
a { background-color: rgb(101,76,144); }
div.DivClassName
{
background-color: #654C90;
}
.BgClassName
{
background-color: #654C90;
}
</style>
border-color css
<style>
span { border-color: #654C90; }
span { border-color: rgb(101,76,144); }
td.TdClassName
{
border-color: #654C90;
}
.TagClassName
{
border-color: #654C90;
}
</style>