Shades of Butterfly Bush #634E8C
Tints of Butterfly Bush #634E8C
RGB
CMYK
RGB Variations
Color information
#634E8C (or 0x634E8C) is known color: Butterfly Bush. HEX triplet: 63, 4E and 8C. RGB value is (99,78,140). Sum of RGB (Red+Green+Blue) = 99+78+140=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #634E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #634E8C is #9CB173. Grayscale: #5B5B5B. Windows color (decimal): -10269044 or 9195107. OLE color: 9195107.
HSL color Cylindrical-coordinate representation of color #634E8C: hue angle of 260.32º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #634E8C is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 78 | 140 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.45 |
| HSL | 260.32º | 0.28% | 0.43% | - |
| HSV(B) | 260.32º | 0.44% | 0.55% | - |
| XYZ | 12.6 | 9.99 | 26.08 | - |
| YUV | 91.35 | 155.46 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 140 | 0.29 | 0.44 | 0 | 0.45 | 260.32 | 0.28 | 0.43 |
| Hex | 63 | 4E | 8C | 1D | 2C | 0 | 2D | 104 | 1C | 2B |
| Octal | 143 | 116 | 214 | 35 | 54 | 0 | 55 | 404 | 34 | 53 |
| Binary | 1100011 | 1001110 | 10001100 | 11101 | 101100 | 0 | 101101 | 100000100 | 11100 | 101011 |
Color Harmonies of #634E8C
Complementary color
Monochromatic Colors of #634E8C
Black with #634E8C
Text Example
Text Example
White with #634E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E8C; }
p { color: rgb(99,78,140); }
H1.HeaderClassName
{
color: #634E8C;
}
.AnyTagClassName
{
color: #634E8C;
}
</style>
background-color css
<style>
a { background-color: #634E8C; }
a { background-color: rgb(99,78,140); }
div.DivClassName
{
background-color: #634E8C;
}
.BgClassName
{
background-color: #634E8C;
}
</style>
border-color css
<style>
span { border-color: #634E8C; }
span { border-color: rgb(99,78,140); }
td.TdClassName
{
border-color: #634E8C;
}
.TagClassName
{
border-color: #634E8C;
}
</style>