Shades of Daisy Bush #653C93
Tints of Daisy Bush #653C93
RGB
CMYK
RGB Variations
Color information
#653C93 (or 0x653C93) is known color: Daisy Bush. HEX triplet: 65, 3C and 93. RGB value is (101,60,147). Sum of RGB (Red+Green+Blue) = 101+60+147=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #653C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653C93 is #9AC36C. Grayscale: #515151. Windows color (decimal): -10142573 or 9649253. OLE color: 9649253.
HSL color Cylindrical-coordinate representation of color #653C93: hue angle of 268.28º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #653C93 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 60 | 147 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.42 |
| HSL | 268.28º | 0.42% | 0.41% | - |
| HSV(B) | 268.28º | 0.59% | 0.58% | - |
| XYZ | 12.25 | 8.11 | 28.52 | - |
| YUV | 82.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 147 | 0.31 | 0.59 | 0 | 0.42 | 268.28 | 0.42 | 0.41 |
| Hex | 65 | 3C | 93 | 1F | 3B | 0 | 2A | 10C | 2A | 29 |
| Octal | 145 | 74 | 223 | 37 | 73 | 0 | 52 | 414 | 52 | 51 |
| Binary | 1100101 | 111100 | 10010011 | 11111 | 111011 | 0 | 101010 | 100001100 | 101010 | 101001 |
Color Harmonies of #653C93
Complementary color
Monochromatic Colors of #653C93
Black with #653C93
Text Example
Text Example
White with #653C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653C93; }
p { color: rgb(101,60,147); }
H1.HeaderClassName
{
color: #653C93;
}
.AnyTagClassName
{
color: #653C93;
}
</style>
background-color css
<style>
a { background-color: #653C93; }
a { background-color: rgb(101,60,147); }
div.DivClassName
{
background-color: #653C93;
}
.BgClassName
{
background-color: #653C93;
}
</style>
border-color css
<style>
span { border-color: #653C93; }
span { border-color: rgb(101,60,147); }
td.TdClassName
{
border-color: #653C93;
}
.TagClassName
{
border-color: #653C93;
}
</style>