Shades of Butterfly Bush #785E95
Tints of Butterfly Bush #785E95
RGB
CMYK
RGB Variations
Color information
#785E95 (or 0x785E95) is known color: Butterfly Bush. HEX triplet: 78, 5E and 95. RGB value is (120,94,149). Sum of RGB (Red+Green+Blue) = 120+94+149=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #785E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785E95 is #87A16A. Grayscale: #6B6B6B. Windows color (decimal): -8888683 or 9789048. OLE color: 9789048.
HSL color Cylindrical-coordinate representation of color #785E95: hue angle of 268.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #785E95 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 94 | 149 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.42 |
| HSL | 268.36º | 0.23% | 0.48% | - |
| HSV(B) | 268.36º | 0.37% | 0.58% | - |
| XYZ | 17.17 | 14.17 | 30.26 | - |
| YUV | 108.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 149 | 0.19 | 0.37 | 0 | 0.42 | 268.36 | 0.23 | 0.48 |
| Hex | 78 | 5E | 95 | 13 | 25 | 0 | 2A | 10C | 17 | 30 |
| Octal | 170 | 136 | 225 | 23 | 45 | 0 | 52 | 414 | 27 | 60 |
| Binary | 1111000 | 1011110 | 10010101 | 10011 | 100101 | 0 | 101010 | 100001100 | 10111 | 110000 |
Color Harmonies of #785E95
Complementary color
Monochromatic Colors of #785E95
Black with #785E95
Text Example
Text Example
White with #785E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E95; }
p { color: rgb(120,94,149); }
H1.HeaderClassName
{
color: #785E95;
}
.AnyTagClassName
{
color: #785E95;
}
</style>
background-color css
<style>
a { background-color: #785E95; }
a { background-color: rgb(120,94,149); }
div.DivClassName
{
background-color: #785E95;
}
.BgClassName
{
background-color: #785E95;
}
</style>
border-color css
<style>
span { border-color: #785E95; }
span { border-color: rgb(120,94,149); }
td.TdClassName
{
border-color: #785E95;
}
.TagClassName
{
border-color: #785E95;
}
</style>