Shades of Daisy Bush #501F9E
Tints of Daisy Bush #501F9E
RGB
CMYK
RGB Variations
Color information
#501F9E (or 0x501F9E) is known color: Daisy Bush. HEX triplet: 50, 1F and 9E. RGB value is (80,31,158). Sum of RGB (Red+Green+Blue) = 80+31+158=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #501F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501F9E is #AFE061. Grayscale: #3B3B3B. Windows color (decimal): -11526242 or 10362704. OLE color: 10362704.
HSL color Cylindrical-coordinate representation of color #501F9E: hue angle of 263.15º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501F9E is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 31 | 158 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.38 |
| HSL | 263.15º | 0.67% | 0.37% | - |
| HSV(B) | 263.15º | 0.8% | 0.62% | - |
| XYZ | 9.97 | 5.15 | 32.82 | - |
| YUV | 60.13 | 183.23 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 158 | 0.49 | 0.80 | 0 | 0.38 | 263.15 | 0.67 | 0.37 |
| Hex | 50 | 1F | 9E | 31 | 50 | 0 | 26 | 107 | 43 | 25 |
| Octal | 120 | 37 | 236 | 61 | 120 | 0 | 46 | 407 | 103 | 45 |
| Binary | 1010000 | 11111 | 10011110 | 110001 | 1010000 | 0 | 100110 | 100000111 | 1000011 | 100101 |
Color Harmonies of #501F9E
Complementary color
Monochromatic Colors of #501F9E
Black with #501F9E
Text Example
Text Example
White with #501F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F9E; }
p { color: rgb(80,31,158); }
H1.HeaderClassName
{
color: #501F9E;
}
.AnyTagClassName
{
color: #501F9E;
}
</style>
background-color css
<style>
a { background-color: #501F9E; }
a { background-color: rgb(80,31,158); }
div.DivClassName
{
background-color: #501F9E;
}
.BgClassName
{
background-color: #501F9E;
}
</style>
border-color css
<style>
span { border-color: #501F9E; }
span { border-color: rgb(80,31,158); }
td.TdClassName
{
border-color: #501F9E;
}
.TagClassName
{
border-color: #501F9E;
}
</style>