Shades of Butterfly Bush #63509B
Tints of Butterfly Bush #63509B
RGB
CMYK
RGB Variations
Color information
#63509B (or 0x63509B) is known color: Butterfly Bush. HEX triplet: 63, 50 and 9B. RGB value is (99,80,155). Sum of RGB (Red+Green+Blue) = 99+80+155=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #63509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63509B is #9CAF64. Grayscale: #5D5D5D. Windows color (decimal): -10268517 or 10178659. OLE color: 10178659.
HSL color Cylindrical-coordinate representation of color #63509B: hue angle of 255.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63509B is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 80 | 155 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.39 |
| HSL | 255.2º | 0.32% | 0.46% | - |
| HSV(B) | 255.2º | 0.48% | 0.61% | - |
| XYZ | 13.93 | 10.76 | 32.35 | - |
| YUV | 94.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 80 | 155 | 0.36 | 0.48 | 0 | 0.39 | 255.2 | 0.32 | 0.46 |
| Hex | 63 | 50 | 9B | 24 | 30 | 0 | 27 | FF | 20 | 2E |
| Octal | 143 | 120 | 233 | 44 | 60 | 0 | 47 | 377 | 40 | 56 |
| Binary | 1100011 | 1010000 | 10011011 | 100100 | 110000 | 0 | 100111 | 11111111 | 100000 | 101110 |
Color Harmonies of #63509B
Complementary color
Monochromatic Colors of #63509B
Black with #63509B
Text Example
Text Example
White with #63509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63509B; }
p { color: rgb(99,80,155); }
H1.HeaderClassName
{
color: #63509B;
}
.AnyTagClassName
{
color: #63509B;
}
</style>
background-color css
<style>
a { background-color: #63509B; }
a { background-color: rgb(99,80,155); }
div.DivClassName
{
background-color: #63509B;
}
.BgClassName
{
background-color: #63509B;
}
</style>
border-color css
<style>
span { border-color: #63509B; }
span { border-color: rgb(99,80,155); }
td.TdClassName
{
border-color: #63509B;
}
.TagClassName
{
border-color: #63509B;
}
</style>