Shades of Daisy Bush #653D92
Tints of Daisy Bush #653D92
RGB
CMYK
RGB Variations
Color information
#653D92 (or 0x653D92) is known color: Daisy Bush. HEX triplet: 65, 3D and 92. RGB value is (101,61,146). Sum of RGB (Red+Green+Blue) = 101+61+146=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #653D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653D92 is #9AC26D. Grayscale: #525252. Windows color (decimal): -10142318 or 9583973. OLE color: 9583973.
HSL color Cylindrical-coordinate representation of color #653D92: hue angle of 268.24º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #653D92 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 61 | 146 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.43 |
| HSL | 268.24º | 0.41% | 0.41% | - |
| HSV(B) | 268.24º | 0.58% | 0.57% | - |
| XYZ | 12.22 | 8.18 | 28.13 | - |
| YUV | 82.65 | 163.75 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 146 | 0.31 | 0.58 | 0 | 0.43 | 268.24 | 0.41 | 0.41 |
| Hex | 65 | 3D | 92 | 1F | 3A | 0 | 2B | 10C | 29 | 29 |
| Octal | 145 | 75 | 222 | 37 | 72 | 0 | 53 | 414 | 51 | 51 |
| Binary | 1100101 | 111101 | 10010010 | 11111 | 111010 | 0 | 101011 | 100001100 | 101001 | 101001 |
Color Harmonies of #653D92
Complementary color
Monochromatic Colors of #653D92
Black with #653D92
Text Example
Text Example
White with #653D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D92; }
p { color: rgb(101,61,146); }
H1.HeaderClassName
{
color: #653D92;
}
.AnyTagClassName
{
color: #653D92;
}
</style>
background-color css
<style>
a { background-color: #653D92; }
a { background-color: rgb(101,61,146); }
div.DivClassName
{
background-color: #653D92;
}
.BgClassName
{
background-color: #653D92;
}
</style>
border-color css
<style>
span { border-color: #653D92; }
span { border-color: rgb(101,61,146); }
td.TdClassName
{
border-color: #653D92;
}
.TagClassName
{
border-color: #653D92;
}
</style>