Shades of Butterfly Bush #634B8B
Tints of Butterfly Bush #634B8B
RGB
CMYK
RGB Variations
Color information
#634B8B (or 0x634B8B) is known color: Butterfly Bush. HEX triplet: 63, 4B and 8B. RGB value is (99,75,139). Sum of RGB (Red+Green+Blue) = 99+75+139=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #634B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634B8B is #9CB474. Grayscale: #595959. Windows color (decimal): -10269813 or 9128803. OLE color: 9128803.
HSL color Cylindrical-coordinate representation of color #634B8B: hue angle of 262.5º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #634B8B is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 75 | 139 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.45 |
| HSL | 262.5º | 0.3% | 0.42% | - |
| HSV(B) | 262.5º | 0.46% | 0.55% | - |
| XYZ | 12.32 | 9.55 | 25.62 | - |
| YUV | 89.47 | 155.95 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 75 | 139 | 0.29 | 0.46 | 0 | 0.45 | 262.5 | 0.3 | 0.42 |
| Hex | 63 | 4B | 8B | 1D | 2E | 0 | 2D | 106 | 1E | 2A |
| Octal | 143 | 113 | 213 | 35 | 56 | 0 | 55 | 406 | 36 | 52 |
| Binary | 1100011 | 1001011 | 10001011 | 11101 | 101110 | 0 | 101101 | 100000110 | 11110 | 101010 |
Color Harmonies of #634B8B
Complementary color
Monochromatic Colors of #634B8B
Black with #634B8B
Text Example
Text Example
White with #634B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634B8B; }
p { color: rgb(99,75,139); }
H1.HeaderClassName
{
color: #634B8B;
}
.AnyTagClassName
{
color: #634B8B;
}
</style>
background-color css
<style>
a { background-color: #634B8B; }
a { background-color: rgb(99,75,139); }
div.DivClassName
{
background-color: #634B8B;
}
.BgClassName
{
background-color: #634B8B;
}
</style>
border-color css
<style>
span { border-color: #634B8B; }
span { border-color: rgb(99,75,139); }
td.TdClassName
{
border-color: #634B8B;
}
.TagClassName
{
border-color: #634B8B;
}
</style>