Shades of Butterfly Bush #654B8A
Tints of Butterfly Bush #654B8A
RGB
CMYK
RGB Variations
Color information
#654B8A (or 0x654B8A) is known color: Butterfly Bush. HEX triplet: 65, 4B and 8A. RGB value is (101,75,138). Sum of RGB (Red+Green+Blue) = 101+75+138=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #654B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654B8A is #9AB475. Grayscale: #595959. Windows color (decimal): -10138742 or 9063269. OLE color: 9063269.
HSL color Cylindrical-coordinate representation of color #654B8A: hue angle of 264.76º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #654B8A is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 75 | 138 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.46 |
| HSL | 264.76º | 0.3% | 0.42% | - |
| HSV(B) | 264.76º | 0.46% | 0.54% | - |
| XYZ | 12.47 | 9.63 | 25.25 | - |
| YUV | 89.96 | 155.11 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 138 | 0.27 | 0.46 | 0 | 0.46 | 264.76 | 0.3 | 0.42 |
| Hex | 65 | 4B | 8A | 1B | 2E | 0 | 2E | 109 | 1E | 2A |
| Octal | 145 | 113 | 212 | 33 | 56 | 0 | 56 | 411 | 36 | 52 |
| Binary | 1100101 | 1001011 | 10001010 | 11011 | 101110 | 0 | 101110 | 100001001 | 11110 | 101010 |
Color Harmonies of #654B8A
Complementary color
Monochromatic Colors of #654B8A
Black with #654B8A
Text Example
Text Example
White with #654B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B8A; }
p { color: rgb(101,75,138); }
H1.HeaderClassName
{
color: #654B8A;
}
.AnyTagClassName
{
color: #654B8A;
}
</style>
background-color css
<style>
a { background-color: #654B8A; }
a { background-color: rgb(101,75,138); }
div.DivClassName
{
background-color: #654B8A;
}
.BgClassName
{
background-color: #654B8A;
}
</style>
border-color css
<style>
span { border-color: #654B8A; }
span { border-color: rgb(101,75,138); }
td.TdClassName
{
border-color: #654B8A;
}
.TagClassName
{
border-color: #654B8A;
}
</style>