Shades of Butterfly Bush #634D91
Tints of Butterfly Bush #634D91
RGB
CMYK
RGB Variations
Color information
#634D91 (or 0x634D91) is known color: Butterfly Bush. HEX triplet: 63, 4D and 91. RGB value is (99,77,145). Sum of RGB (Red+Green+Blue) = 99+77+145=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #634D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634D91 is #9CB26E. Grayscale: #5B5B5B. Windows color (decimal): -10269295 or 9522531. OLE color: 9522531.
HSL color Cylindrical-coordinate representation of color #634D91: hue angle of 259.41º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #634D91 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 77 | 145 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.43 |
| HSL | 259.41º | 0.31% | 0.44% | - |
| HSV(B) | 259.41º | 0.47% | 0.57% | - |
| XYZ | 12.91 | 10 | 28.04 | - |
| YUV | 91.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 145 | 0.32 | 0.47 | 0 | 0.43 | 259.41 | 0.31 | 0.44 |
| Hex | 63 | 4D | 91 | 20 | 2F | 0 | 2B | 103 | 1F | 2C |
| Octal | 143 | 115 | 221 | 40 | 57 | 0 | 53 | 403 | 37 | 54 |
| Binary | 1100011 | 1001101 | 10010001 | 100000 | 101111 | 0 | 101011 | 100000011 | 11111 | 101100 |
Color Harmonies of #634D91
Complementary color
Monochromatic Colors of #634D91
Black with #634D91
Text Example
Text Example
White with #634D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D91; }
p { color: rgb(99,77,145); }
H1.HeaderClassName
{
color: #634D91;
}
.AnyTagClassName
{
color: #634D91;
}
</style>
background-color css
<style>
a { background-color: #634D91; }
a { background-color: rgb(99,77,145); }
div.DivClassName
{
background-color: #634D91;
}
.BgClassName
{
background-color: #634D91;
}
</style>
border-color css
<style>
span { border-color: #634D91; }
span { border-color: rgb(99,77,145); }
td.TdClassName
{
border-color: #634D91;
}
.TagClassName
{
border-color: #634D91;
}
</style>