Shades of Daisy Bush #5E319D
Tints of Daisy Bush #5E319D
RGB
CMYK
RGB Variations
Color information
#5E319D (or 0x5E319D) is known color: Daisy Bush. HEX triplet: 5E, 31 and 9D. RGB value is (94,49,157). Sum of RGB (Red+Green+Blue) = 94+49+157=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E319D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E319D is #A1CE62. Grayscale: #4A4A4A. Windows color (decimal): -10604131 or 10301790. OLE color: 10301790.
HSL color Cylindrical-coordinate representation of color #5E319D: hue angle of 265º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E319D is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 49 | 157 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.38 |
| HSL | 265º | 0.52% | 0.4% | - |
| HSV(B) | 265º | 0.69% | 0.62% | - |
| XYZ | 11.8 | 7.01 | 32.63 | - |
| YUV | 74.77 | 174.41 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 49 | 157 | 0.40 | 0.69 | 0 | 0.38 | 265 | 0.52 | 0.4 |
| Hex | 5E | 31 | 9D | 28 | 45 | 0 | 26 | 109 | 34 | 28 |
| Octal | 136 | 61 | 235 | 50 | 105 | 0 | 46 | 411 | 64 | 50 |
| Binary | 1011110 | 110001 | 10011101 | 101000 | 1000101 | 0 | 100110 | 100001001 | 110100 | 101000 |
Color Harmonies of #5E319D
Complementary color
Monochromatic Colors of #5E319D
Black with #5E319D
Text Example
Text Example
White with #5E319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E319D; }
p { color: rgb(94,49,157); }
H1.HeaderClassName
{
color: #5E319D;
}
.AnyTagClassName
{
color: #5E319D;
}
</style>
background-color css
<style>
a { background-color: #5E319D; }
a { background-color: rgb(94,49,157); }
div.DivClassName
{
background-color: #5E319D;
}
.BgClassName
{
background-color: #5E319D;
}
</style>
border-color css
<style>
span { border-color: #5E319D; }
span { border-color: rgb(94,49,157); }
td.TdClassName
{
border-color: #5E319D;
}
.TagClassName
{
border-color: #5E319D;
}
</style>