Shades of Butterfly Bush #65518C
Tints of Butterfly Bush #65518C
RGB
CMYK
RGB Variations
Color information
#65518C (or 0x65518C) is known color: Butterfly Bush. HEX triplet: 65, 51 and 8C. RGB value is (101,81,140). Sum of RGB (Red+Green+Blue) = 101+81+140=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #65518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65518C is #9AAE73. Grayscale: #5D5D5D. Windows color (decimal): -10137204 or 9195877. OLE color: 9195877.
HSL color Cylindrical-coordinate representation of color #65518C: hue angle of 260.34º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65518C is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 81 | 140 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.45 |
| HSL | 260.34º | 0.27% | 0.43% | - |
| HSV(B) | 260.34º | 0.42% | 0.55% | - |
| XYZ | 13.04 | 10.55 | 26.16 | - |
| YUV | 93.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 140 | 0.28 | 0.42 | 0 | 0.45 | 260.34 | 0.27 | 0.43 |
| Hex | 65 | 51 | 8C | 1C | 2A | 0 | 2D | 104 | 1B | 2B |
| Octal | 145 | 121 | 214 | 34 | 52 | 0 | 55 | 404 | 33 | 53 |
| Binary | 1100101 | 1010001 | 10001100 | 11100 | 101010 | 0 | 101101 | 100000100 | 11011 | 101011 |
Color Harmonies of #65518C
Complementary color
Monochromatic Colors of #65518C
Black with #65518C
Text Example
Text Example
White with #65518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65518C; }
p { color: rgb(101,81,140); }
H1.HeaderClassName
{
color: #65518C;
}
.AnyTagClassName
{
color: #65518C;
}
</style>
background-color css
<style>
a { background-color: #65518C; }
a { background-color: rgb(101,81,140); }
div.DivClassName
{
background-color: #65518C;
}
.BgClassName
{
background-color: #65518C;
}
</style>
border-color css
<style>
span { border-color: #65518C; }
span { border-color: rgb(101,81,140); }
td.TdClassName
{
border-color: #65518C;
}
.TagClassName
{
border-color: #65518C;
}
</style>