Shades of Butterfly Bush #65509C
Tints of Butterfly Bush #65509C
RGB
CMYK
RGB Variations
Color information
#65509C (or 0x65509C) is known color: Butterfly Bush. HEX triplet: 65, 50 and 9C. RGB value is (101,80,156). Sum of RGB (Red+Green+Blue) = 101+80+156=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #65509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65509C is #9AAF63. Grayscale: #5E5E5E. Windows color (decimal): -10137444 or 10244197. OLE color: 10244197.
HSL color Cylindrical-coordinate representation of color #65509C: hue angle of 256.58º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65509C is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 80 | 156 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.39 |
| HSL | 256.58º | 0.32% | 0.46% | - |
| HSV(B) | 256.58º | 0.49% | 0.61% | - |
| XYZ | 14.24 | 10.9 | 32.81 | - |
| YUV | 94.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 156 | 0.35 | 0.49 | 0 | 0.39 | 256.58 | 0.32 | 0.46 |
| Hex | 65 | 50 | 9C | 23 | 31 | 0 | 27 | 101 | 20 | 2E |
| Octal | 145 | 120 | 234 | 43 | 61 | 0 | 47 | 401 | 40 | 56 |
| Binary | 1100101 | 1010000 | 10011100 | 100011 | 110001 | 0 | 100111 | 100000001 | 100000 | 101110 |
Color Harmonies of #65509C
Complementary color
Monochromatic Colors of #65509C
Black with #65509C
Text Example
Text Example
White with #65509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65509C; }
p { color: rgb(101,80,156); }
H1.HeaderClassName
{
color: #65509C;
}
.AnyTagClassName
{
color: #65509C;
}
</style>
background-color css
<style>
a { background-color: #65509C; }
a { background-color: rgb(101,80,156); }
div.DivClassName
{
background-color: #65509C;
}
.BgClassName
{
background-color: #65509C;
}
</style>
border-color css
<style>
span { border-color: #65509C; }
span { border-color: rgb(101,80,156); }
td.TdClassName
{
border-color: #65509C;
}
.TagClassName
{
border-color: #65509C;
}
</style>