Shades of Daisy Bush #653B8C
Tints of Daisy Bush #653B8C
RGB
CMYK
RGB Variations
Color information
#653B8C (or 0x653B8C) is known color: Daisy Bush. HEX triplet: 65, 3B and 8C. RGB value is (101,59,140). Sum of RGB (Red+Green+Blue) = 101+59+140=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #653B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653B8C is #9AC473. Grayscale: #505050. Windows color (decimal): -10142836 or 9190245. OLE color: 9190245.
HSL color Cylindrical-coordinate representation of color #653B8C: hue angle of 271.11º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #653B8C is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 59 | 140 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.45 |
| HSL | 271.11º | 0.41% | 0.39% | - |
| HSV(B) | 271.11º | 0.58% | 0.55% | - |
| XYZ | 11.66 | 7.79 | 25.7 | - |
| YUV | 80.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 140 | 0.28 | 0.58 | 0 | 0.45 | 271.11 | 0.41 | 0.39 |
| Hex | 65 | 3B | 8C | 1C | 3A | 0 | 2D | 10F | 29 | 27 |
| Octal | 145 | 73 | 214 | 34 | 72 | 0 | 55 | 417 | 51 | 47 |
| Binary | 1100101 | 111011 | 10001100 | 11100 | 111010 | 0 | 101101 | 100001111 | 101001 | 100111 |
Color Harmonies of #653B8C
Complementary color
Monochromatic Colors of #653B8C
Black with #653B8C
Text Example
Text Example
White with #653B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B8C; }
p { color: rgb(101,59,140); }
H1.HeaderClassName
{
color: #653B8C;
}
.AnyTagClassName
{
color: #653B8C;
}
</style>
background-color css
<style>
a { background-color: #653B8C; }
a { background-color: rgb(101,59,140); }
div.DivClassName
{
background-color: #653B8C;
}
.BgClassName
{
background-color: #653B8C;
}
</style>
border-color css
<style>
span { border-color: #653B8C; }
span { border-color: rgb(101,59,140); }
td.TdClassName
{
border-color: #653B8C;
}
.TagClassName
{
border-color: #653B8C;
}
</style>