Shades of Butterfly Bush #65508D
Tints of Butterfly Bush #65508D
RGB
CMYK
RGB Variations
Color information
#65508D (or 0x65508D) is known color: Butterfly Bush. HEX triplet: 65, 50 and 8D. RGB value is (101,80,141). Sum of RGB (Red+Green+Blue) = 101+80+141=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #65508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65508D is #9AAF72. Grayscale: #5D5D5D. Windows color (decimal): -10137459 or 9261157. OLE color: 9261157.
HSL color Cylindrical-coordinate representation of color #65508D: hue angle of 260.66º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65508D is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 80 | 141 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.45 |
| HSL | 260.66º | 0.28% | 0.43% | - |
| HSV(B) | 260.66º | 0.43% | 0.55% | - |
| XYZ | 13.04 | 10.43 | 26.52 | - |
| YUV | 93.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 141 | 0.28 | 0.43 | 0 | 0.45 | 260.66 | 0.28 | 0.43 |
| Hex | 65 | 50 | 8D | 1C | 2B | 0 | 2D | 105 | 1C | 2B |
| Octal | 145 | 120 | 215 | 34 | 53 | 0 | 55 | 405 | 34 | 53 |
| Binary | 1100101 | 1010000 | 10001101 | 11100 | 101011 | 0 | 101101 | 100000101 | 11100 | 101011 |
Color Harmonies of #65508D
Complementary color
Monochromatic Colors of #65508D
Black with #65508D
Text Example
Text Example
White with #65508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65508D; }
p { color: rgb(101,80,141); }
H1.HeaderClassName
{
color: #65508D;
}
.AnyTagClassName
{
color: #65508D;
}
</style>
background-color css
<style>
a { background-color: #65508D; }
a { background-color: rgb(101,80,141); }
div.DivClassName
{
background-color: #65508D;
}
.BgClassName
{
background-color: #65508D;
}
</style>
border-color css
<style>
span { border-color: #65508D; }
span { border-color: rgb(101,80,141); }
td.TdClassName
{
border-color: #65508D;
}
.TagClassName
{
border-color: #65508D;
}
</style>