Shades of Butterfly Bush #755F8D
Tints of Butterfly Bush #755F8D
RGB
CMYK
RGB Variations
Color information
#755F8D (or 0x755F8D) is known color: Butterfly Bush. HEX triplet: 75, 5F and 8D. RGB value is (117,95,141). Sum of RGB (Red+Green+Blue) = 117+95+141=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #755F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F8D is #8AA072. Grayscale: #6A6A6A. Windows color (decimal): -9085043 or 9265013. OLE color: 9265013.
HSL color Cylindrical-coordinate representation of color #755F8D: hue angle of 268.7º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #755F8D is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 95 | 141 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.45 |
| HSL | 268.7º | 0.19% | 0.46% | - |
| HSV(B) | 268.7º | 0.33% | 0.55% | - |
| XYZ | 16.24 | 13.89 | 27.02 | - |
| YUV | 106.82 | 147.29 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 141 | 0.17 | 0.33 | 0 | 0.45 | 268.7 | 0.19 | 0.46 |
| Hex | 75 | 5F | 8D | 11 | 21 | 0 | 2D | 10D | 13 | 2E |
| Octal | 165 | 137 | 215 | 21 | 41 | 0 | 55 | 415 | 23 | 56 |
| Binary | 1110101 | 1011111 | 10001101 | 10001 | 100001 | 0 | 101101 | 100001101 | 10011 | 101110 |
Color Harmonies of #755F8D
Complementary color
Monochromatic Colors of #755F8D
Black with #755F8D
Text Example
Text Example
White with #755F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F8D; }
p { color: rgb(117,95,141); }
H1.HeaderClassName
{
color: #755F8D;
}
.AnyTagClassName
{
color: #755F8D;
}
</style>
background-color css
<style>
a { background-color: #755F8D; }
a { background-color: rgb(117,95,141); }
div.DivClassName
{
background-color: #755F8D;
}
.BgClassName
{
background-color: #755F8D;
}
</style>
border-color css
<style>
span { border-color: #755F8D; }
span { border-color: rgb(117,95,141); }
td.TdClassName
{
border-color: #755F8D;
}
.TagClassName
{
border-color: #755F8D;
}
</style>