Shades of Daisy Bush #654194
Tints of Daisy Bush #654194
RGB
CMYK
RGB Variations
Color information
#654194 (or 0x654194) is known color: Daisy Bush. HEX triplet: 65, 41 and 94. RGB value is (101,65,148). Sum of RGB (Red+Green+Blue) = 101+65+148=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #654194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654194 is #9ABE6B. Grayscale: #545454. Windows color (decimal): -10141292 or 9716069. OLE color: 9716069.
HSL color Cylindrical-coordinate representation of color #654194: hue angle of 266.02º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #654194 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 65 | 148 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.42 |
| HSL | 266.02º | 0.39% | 0.42% | - |
| HSV(B) | 266.02º | 0.56% | 0.58% | - |
| XYZ | 12.6 | 8.69 | 29.03 | - |
| YUV | 85.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 148 | 0.32 | 0.56 | 0 | 0.42 | 266.02 | 0.39 | 0.42 |
| Hex | 65 | 41 | 94 | 20 | 38 | 0 | 2A | 10A | 27 | 2A |
| Octal | 145 | 101 | 224 | 40 | 70 | 0 | 52 | 412 | 47 | 52 |
| Binary | 1100101 | 1000001 | 10010100 | 100000 | 111000 | 0 | 101010 | 100001010 | 100111 | 101010 |
Color Harmonies of #654194
Complementary color
Monochromatic Colors of #654194
Black with #654194
Text Example
Text Example
White with #654194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654194; }
p { color: rgb(101,65,148); }
H1.HeaderClassName
{
color: #654194;
}
.AnyTagClassName
{
color: #654194;
}
</style>
background-color css
<style>
a { background-color: #654194; }
a { background-color: rgb(101,65,148); }
div.DivClassName
{
background-color: #654194;
}
.BgClassName
{
background-color: #654194;
}
</style>
border-color css
<style>
span { border-color: #654194; }
span { border-color: rgb(101,65,148); }
td.TdClassName
{
border-color: #654194;
}
.TagClassName
{
border-color: #654194;
}
</style>