Shades of Daisy Bush #65498F
Tints of Daisy Bush #65498F
RGB
CMYK
RGB Variations
Color information
#65498F (or 0x65498F) is known color: Daisy Bush. HEX triplet: 65, 49 and 8F. RGB value is (101,73,143). Sum of RGB (Red+Green+Blue) = 101+73+143=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #65498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65498F is #9AB670. Grayscale: #595959. Windows color (decimal): -10139249 or 9390437. OLE color: 9390437.
HSL color Cylindrical-coordinate representation of color #65498F: hue angle of 264º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65498F is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 73 | 143 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.44 |
| HSL | 264º | 0.32% | 0.42% | - |
| HSV(B) | 264º | 0.49% | 0.56% | - |
| XYZ | 12.71 | 9.51 | 27.15 | - |
| YUV | 89.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 143 | 0.29 | 0.49 | 0 | 0.44 | 264 | 0.32 | 0.42 |
| Hex | 65 | 49 | 8F | 1D | 31 | 0 | 2C | 108 | 20 | 2A |
| Octal | 145 | 111 | 217 | 35 | 61 | 0 | 54 | 410 | 40 | 52 |
| Binary | 1100101 | 1001001 | 10001111 | 11101 | 110001 | 0 | 101100 | 100001000 | 100000 | 101010 |
Color Harmonies of #65498F
Complementary color
Monochromatic Colors of #65498F
Black with #65498F
Text Example
Text Example
White with #65498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65498F; }
p { color: rgb(101,73,143); }
H1.HeaderClassName
{
color: #65498F;
}
.AnyTagClassName
{
color: #65498F;
}
</style>
background-color css
<style>
a { background-color: #65498F; }
a { background-color: rgb(101,73,143); }
div.DivClassName
{
background-color: #65498F;
}
.BgClassName
{
background-color: #65498F;
}
</style>
border-color css
<style>
span { border-color: #65498F; }
span { border-color: rgb(101,73,143); }
td.TdClassName
{
border-color: #65498F;
}
.TagClassName
{
border-color: #65498F;
}
</style>