Shades of Butterfly Bush #654B8E
Tints of Butterfly Bush #654B8E
RGB
CMYK
RGB Variations
Color information
#654B8E (or 0x654B8E) is known color: Butterfly Bush. HEX triplet: 65, 4B and 8E. RGB value is (101,75,142). Sum of RGB (Red+Green+Blue) = 101+75+142=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #654B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654B8E is #9AB471. Grayscale: #5A5A5A. Windows color (decimal): -10138738 or 9325413. OLE color: 9325413.
HSL color Cylindrical-coordinate representation of color #654B8E: hue angle of 263.28º 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 #654B8E is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 75 | 142 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.44 |
| HSL | 263.28º | 0.31% | 0.43% | - |
| HSV(B) | 263.28º | 0.47% | 0.56% | - |
| XYZ | 12.77 | 9.75 | 26.8 | - |
| YUV | 90.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 142 | 0.29 | 0.47 | 0 | 0.44 | 263.28 | 0.31 | 0.43 |
| Hex | 65 | 4B | 8E | 1D | 2F | 0 | 2C | 107 | 1F | 2B |
| Octal | 145 | 113 | 216 | 35 | 57 | 0 | 54 | 407 | 37 | 53 |
| Binary | 1100101 | 1001011 | 10001110 | 11101 | 101111 | 0 | 101100 | 100000111 | 11111 | 101011 |
Color Harmonies of #654B8E
Complementary color
Monochromatic Colors of #654B8E
Black with #654B8E
Text Example
Text Example
White with #654B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B8E; }
p { color: rgb(101,75,142); }
H1.HeaderClassName
{
color: #654B8E;
}
.AnyTagClassName
{
color: #654B8E;
}
</style>
background-color css
<style>
a { background-color: #654B8E; }
a { background-color: rgb(101,75,142); }
div.DivClassName
{
background-color: #654B8E;
}
.BgClassName
{
background-color: #654B8E;
}
</style>
border-color css
<style>
span { border-color: #654B8E; }
span { border-color: rgb(101,75,142); }
td.TdClassName
{
border-color: #654B8E;
}
.TagClassName
{
border-color: #654B8E;
}
</style>