Shades of Butterfly Bush #634F95
Tints of Butterfly Bush #634F95
RGB
CMYK
RGB Variations
Color information
#634F95 (or 0x634F95) is known color: Butterfly Bush. HEX triplet: 63, 4F and 95. RGB value is (99,79,149). Sum of RGB (Red+Green+Blue) = 99+79+149=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #634F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634F95 is #9CB06A. Grayscale: #5C5C5C. Windows color (decimal): -10268779 or 9785187. OLE color: 9785187.
HSL color Cylindrical-coordinate representation of color #634F95: hue angle of 257.14º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #634F95 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 79 | 149 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.42 |
| HSL | 257.14º | 0.31% | 0.45% | - |
| HSV(B) | 257.14º | 0.47% | 0.58% | - |
| XYZ | 13.37 | 10.41 | 29.74 | - |
| YUV | 92.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 149 | 0.34 | 0.47 | 0 | 0.42 | 257.14 | 0.31 | 0.45 |
| Hex | 63 | 4F | 95 | 22 | 2F | 0 | 2A | 101 | 1F | 2D |
| Octal | 143 | 117 | 225 | 42 | 57 | 0 | 52 | 401 | 37 | 55 |
| Binary | 1100011 | 1001111 | 10010101 | 100010 | 101111 | 0 | 101010 | 100000001 | 11111 | 101101 |
Color Harmonies of #634F95
Complementary color
Monochromatic Colors of #634F95
Black with #634F95
Text Example
Text Example
White with #634F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F95; }
p { color: rgb(99,79,149); }
H1.HeaderClassName
{
color: #634F95;
}
.AnyTagClassName
{
color: #634F95;
}
</style>
background-color css
<style>
a { background-color: #634F95; }
a { background-color: rgb(99,79,149); }
div.DivClassName
{
background-color: #634F95;
}
.BgClassName
{
background-color: #634F95;
}
</style>
border-color css
<style>
span { border-color: #634F95; }
span { border-color: rgb(99,79,149); }
td.TdClassName
{
border-color: #634F95;
}
.TagClassName
{
border-color: #634F95;
}
</style>