Shades of Butterfly Bush #645393
Tints of Butterfly Bush #645393
RGB
CMYK
RGB Variations
Color information
#645393 (or 0x645393) is known color: Butterfly Bush. HEX triplet: 64, 53 and 93. RGB value is (100,83,147). Sum of RGB (Red+Green+Blue) = 100+83+147=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #645393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645393 is #9BAC6C. Grayscale: #5F5F5F. Windows color (decimal): -10202221 or 9655140. OLE color: 9655140.
HSL color Cylindrical-coordinate representation of color #645393: hue angle of 255.94º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #645393 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 83 | 147 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.42 |
| HSL | 255.94º | 0.28% | 0.45% | - |
| HSV(B) | 255.94º | 0.44% | 0.58% | - |
| XYZ | 13.62 | 11 | 29.01 | - |
| YUV | 95.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 147 | 0.32 | 0.44 | 0 | 0.42 | 255.94 | 0.28 | 0.45 |
| Hex | 64 | 53 | 93 | 20 | 2C | 0 | 2A | 100 | 1C | 2D |
| Octal | 144 | 123 | 223 | 40 | 54 | 0 | 52 | 400 | 34 | 55 |
| Binary | 1100100 | 1010011 | 10010011 | 100000 | 101100 | 0 | 101010 | 100000000 | 11100 | 101101 |
Color Harmonies of #645393
Complementary color
Monochromatic Colors of #645393
Black with #645393
Text Example
Text Example
White with #645393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645393; }
p { color: rgb(100,83,147); }
H1.HeaderClassName
{
color: #645393;
}
.AnyTagClassName
{
color: #645393;
}
</style>
background-color css
<style>
a { background-color: #645393; }
a { background-color: rgb(100,83,147); }
div.DivClassName
{
background-color: #645393;
}
.BgClassName
{
background-color: #645393;
}
</style>
border-color css
<style>
span { border-color: #645393; }
span { border-color: rgb(100,83,147); }
td.TdClassName
{
border-color: #645393;
}
.TagClassName
{
border-color: #645393;
}
</style>