Shades of Butterfly Bush #655099
Tints of Butterfly Bush #655099
RGB
CMYK
RGB Variations
Color information
#655099 (or 0x655099) is known color: Butterfly Bush. HEX triplet: 65, 50 and 99. RGB value is (101,80,153). Sum of RGB (Red+Green+Blue) = 101+80+153=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #655099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655099 is #9AAF66. Grayscale: #5E5E5E. Windows color (decimal): -10137447 or 10047589. OLE color: 10047589.
HSL color Cylindrical-coordinate representation of color #655099: hue angle of 257.26º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #655099 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 80 | 153 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.4 |
| HSL | 257.26º | 0.31% | 0.46% | - |
| HSV(B) | 257.26º | 0.48% | 0.6% | - |
| XYZ | 13.99 | 10.8 | 31.49 | - |
| YUV | 94.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 153 | 0.34 | 0.48 | 0 | 0.4 | 257.26 | 0.31 | 0.46 |
| Hex | 65 | 50 | 99 | 22 | 30 | 0 | 28 | 101 | 1F | 2E |
| Octal | 145 | 120 | 231 | 42 | 60 | 0 | 50 | 401 | 37 | 56 |
| Binary | 1100101 | 1010000 | 10011001 | 100010 | 110000 | 0 | 101000 | 100000001 | 11111 | 101110 |
Color Harmonies of #655099
Complementary color
Monochromatic Colors of #655099
Black with #655099
Text Example
Text Example
White with #655099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655099; }
p { color: rgb(101,80,153); }
H1.HeaderClassName
{
color: #655099;
}
.AnyTagClassName
{
color: #655099;
}
</style>
background-color css
<style>
a { background-color: #655099; }
a { background-color: rgb(101,80,153); }
div.DivClassName
{
background-color: #655099;
}
.BgClassName
{
background-color: #655099;
}
</style>
border-color css
<style>
span { border-color: #655099; }
span { border-color: rgb(101,80,153); }
td.TdClassName
{
border-color: #655099;
}
.TagClassName
{
border-color: #655099;
}
</style>