Shades of Daisy Bush #653F8D
Tints of Daisy Bush #653F8D
RGB
CMYK
RGB Variations
Color information
#653F8D (or 0x653F8D) is known color: Daisy Bush. HEX triplet: 65, 3F and 8D. RGB value is (101,63,141). Sum of RGB (Red+Green+Blue) = 101+63+141=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #653F8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653F8D is #9AC072. Grayscale: #525252. Windows color (decimal): -10141811 or 9256805. OLE color: 9256805.
HSL color Cylindrical-coordinate representation of color #653F8D: hue angle of 269.23º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #653F8D is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 63 | 141 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.45 |
| HSL | 269.23º | 0.38% | 0.4% | - |
| HSV(B) | 269.23º | 0.55% | 0.55% | - |
| XYZ | 11.95 | 8.24 | 26.16 | - |
| YUV | 83.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 141 | 0.28 | 0.55 | 0 | 0.45 | 269.23 | 0.38 | 0.4 |
| Hex | 65 | 3F | 8D | 1C | 37 | 0 | 2D | 10D | 26 | 28 |
| Octal | 145 | 77 | 215 | 34 | 67 | 0 | 55 | 415 | 46 | 50 |
| Binary | 1100101 | 111111 | 10001101 | 11100 | 110111 | 0 | 101101 | 100001101 | 100110 | 101000 |
Color Harmonies of #653F8D
Complementary color
Monochromatic Colors of #653F8D
Black with #653F8D
Text Example
Text Example
White with #653F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653F8D; }
p { color: rgb(101,63,141); }
H1.HeaderClassName
{
color: #653F8D;
}
.AnyTagClassName
{
color: #653F8D;
}
</style>
background-color css
<style>
a { background-color: #653F8D; }
a { background-color: rgb(101,63,141); }
div.DivClassName
{
background-color: #653F8D;
}
.BgClassName
{
background-color: #653F8D;
}
</style>
border-color css
<style>
span { border-color: #653F8D; }
span { border-color: rgb(101,63,141); }
td.TdClassName
{
border-color: #653F8D;
}
.TagClassName
{
border-color: #653F8D;
}
</style>