Shades of Butterfly Bush #785F91
Tints of Butterfly Bush #785F91
RGB
CMYK
RGB Variations
Color information
#785F91 (or 0x785F91) is known color: Butterfly Bush. HEX triplet: 78, 5F and 91. RGB value is (120,95,145). Sum of RGB (Red+Green+Blue) = 120+95+145=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #785F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785F91 is #87A06E. Grayscale: #6C6C6C. Windows color (decimal): -8888431 or 9527160. OLE color: 9527160.
HSL color Cylindrical-coordinate representation of color #785F91: hue angle of 270º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #785F91 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 95 | 145 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.43 |
| HSL | 270º | 0.21% | 0.47% | - |
| HSV(B) | 270º | 0.34% | 0.57% | - |
| XYZ | 16.95 | 14.22 | 28.64 | - |
| YUV | 108.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 145 | 0.17 | 0.34 | 0 | 0.43 | 270 | 0.21 | 0.47 |
| Hex | 78 | 5F | 91 | 11 | 22 | 0 | 2B | 10E | 15 | 2F |
| Octal | 170 | 137 | 221 | 21 | 42 | 0 | 53 | 416 | 25 | 57 |
| Binary | 1111000 | 1011111 | 10010001 | 10001 | 100010 | 0 | 101011 | 100001110 | 10101 | 101111 |
Color Harmonies of #785F91
Complementary color
Monochromatic Colors of #785F91
Black with #785F91
Text Example
Text Example
White with #785F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F91; }
p { color: rgb(120,95,145); }
H1.HeaderClassName
{
color: #785F91;
}
.AnyTagClassName
{
color: #785F91;
}
</style>
background-color css
<style>
a { background-color: #785F91; }
a { background-color: rgb(120,95,145); }
div.DivClassName
{
background-color: #785F91;
}
.BgClassName
{
background-color: #785F91;
}
</style>
border-color css
<style>
span { border-color: #785F91; }
span { border-color: rgb(120,95,145); }
td.TdClassName
{
border-color: #785F91;
}
.TagClassName
{
border-color: #785F91;
}
</style>