Shades of Butterfly Bush #64538F
Tints of Butterfly Bush #64538F
RGB
CMYK
RGB Variations
Color information
#64538F (or 0x64538F) is known color: Butterfly Bush. HEX triplet: 64, 53 and 8F. RGB value is (100,83,143). Sum of RGB (Red+Green+Blue) = 100+83+143=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 143 (56.25% from 255 or 43.87% from 326); Max value from RGB is 143 - color contains mainly: blue. Hex color #64538F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64538F is #9BAC70. Grayscale: #5E5E5E. Windows color (decimal): -10202225 or 9392996. OLE color: 9392996.
HSL color Cylindrical-coordinate representation of color #64538F: hue angle of 257º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64538F is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 83 | 143 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.44 |
| HSL | 257º | 0.27% | 0.44% | - |
| HSV(B) | 257º | 0.42% | 0.56% | - |
| XYZ | 13.31 | 10.88 | 27.39 | - |
| YUV | 94.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 143 | 0.30 | 0.42 | 0 | 0.44 | 257 | 0.27 | 0.44 |
| Hex | 64 | 53 | 8F | 1E | 2A | 0 | 2C | 101 | 1B | 2C |
| Octal | 144 | 123 | 217 | 36 | 52 | 0 | 54 | 401 | 33 | 54 |
| Binary | 1100100 | 1010011 | 10001111 | 11110 | 101010 | 0 | 101100 | 100000001 | 11011 | 101100 |
Color Harmonies of #64538F
Complementary color
Monochromatic Colors of #64538F
Black with #64538F
Text Example
Text Example
White with #64538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64538F; }
p { color: rgb(100,83,143); }
H1.HeaderClassName
{
color: #64538F;
}
.AnyTagClassName
{
color: #64538F;
}
</style>
background-color css
<style>
a { background-color: #64538F; }
a { background-color: rgb(100,83,143); }
div.DivClassName
{
background-color: #64538F;
}
.BgClassName
{
background-color: #64538F;
}
</style>
border-color css
<style>
span { border-color: #64538F; }
span { border-color: rgb(100,83,143); }
td.TdClassName
{
border-color: #64538F;
}
.TagClassName
{
border-color: #64538F;
}
</style>