Shades of Daisy Bush #654393
Tints of Daisy Bush #654393
RGB
CMYK
RGB Variations
Color information
#654393 (or 0x654393) is known color: Daisy Bush. HEX triplet: 65, 43 and 93. RGB value is (101,67,147). Sum of RGB (Red+Green+Blue) = 101+67+147=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #654393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654393 is #9ABC6C. Grayscale: #565656. Windows color (decimal): -10140781 or 9651045. OLE color: 9651045.
HSL color Cylindrical-coordinate representation of color #654393: hue angle of 265.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #654393 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 67 | 147 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.42 |
| HSL | 265.5º | 0.37% | 0.42% | - |
| HSV(B) | 265.5º | 0.54% | 0.58% | - |
| XYZ | 12.64 | 8.89 | 28.65 | - |
| YUV | 86.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 147 | 0.31 | 0.54 | 0 | 0.42 | 265.5 | 0.37 | 0.42 |
| Hex | 65 | 43 | 93 | 1F | 36 | 0 | 2A | 10A | 25 | 2A |
| Octal | 145 | 103 | 223 | 37 | 66 | 0 | 52 | 412 | 45 | 52 |
| Binary | 1100101 | 1000011 | 10010011 | 11111 | 110110 | 0 | 101010 | 100001010 | 100101 | 101010 |
Color Harmonies of #654393
Complementary color
Monochromatic Colors of #654393
Black with #654393
Text Example
Text Example
White with #654393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654393; }
p { color: rgb(101,67,147); }
H1.HeaderClassName
{
color: #654393;
}
.AnyTagClassName
{
color: #654393;
}
</style>
background-color css
<style>
a { background-color: #654393; }
a { background-color: rgb(101,67,147); }
div.DivClassName
{
background-color: #654393;
}
.BgClassName
{
background-color: #654393;
}
</style>
border-color css
<style>
span { border-color: #654393; }
span { border-color: rgb(101,67,147); }
td.TdClassName
{
border-color: #654393;
}
.TagClassName
{
border-color: #654393;
}
</style>