Shades of Daisy Bush #5D3F9E
Tints of Daisy Bush #5D3F9E
RGB
CMYK
RGB Variations
Color information
#5D3F9E (or 0x5D3F9E) is known color: Daisy Bush. HEX triplet: 5D, 3F and 9E. RGB value is (93,63,158). Sum of RGB (Red+Green+Blue) = 93+63+158=314 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.62% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D3F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3F9E is #A2C061. Grayscale: #525252. Windows color (decimal): -10666082 or 10370909. OLE color: 10370909.
HSL color Cylindrical-coordinate representation of color #5D3F9E: hue angle of 258.95º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D3F9E is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 63 | 158 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.38 |
| HSL | 258.95º | 0.43% | 0.43% | - |
| HSV(B) | 258.95º | 0.6% | 0.62% | - |
| XYZ | 12.46 | 8.35 | 33.3 | - |
| YUV | 82.8 | 170.44 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 63 | 158 | 0.41 | 0.60 | 0 | 0.38 | 258.95 | 0.43 | 0.43 |
| Hex | 5D | 3F | 9E | 29 | 3C | 0 | 26 | 103 | 2B | 2B |
| Octal | 135 | 77 | 236 | 51 | 74 | 0 | 46 | 403 | 53 | 53 |
| Binary | 1011101 | 111111 | 10011110 | 101001 | 111100 | 0 | 100110 | 100000011 | 101011 | 101011 |
Color Harmonies of #5D3F9E
Complementary color
Monochromatic Colors of #5D3F9E
Black with #5D3F9E
Text Example
Text Example
White with #5D3F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3F9E; }
p { color: rgb(93,63,158); }
H1.HeaderClassName
{
color: #5D3F9E;
}
.AnyTagClassName
{
color: #5D3F9E;
}
</style>
background-color css
<style>
a { background-color: #5D3F9E; }
a { background-color: rgb(93,63,158); }
div.DivClassName
{
background-color: #5D3F9E;
}
.BgClassName
{
background-color: #5D3F9E;
}
</style>
border-color css
<style>
span { border-color: #5D3F9E; }
span { border-color: rgb(93,63,158); }
td.TdClassName
{
border-color: #5D3F9E;
}
.TagClassName
{
border-color: #5D3F9E;
}
</style>