Shades of Daisy Bush #501F9F
Tints of Daisy Bush #501F9F
RGB
CMYK
RGB Variations
Color information
#501F9F (or 0x501F9F) is known color: Daisy Bush. HEX triplet: 50, 1F and 9F. RGB value is (80,31,159). Sum of RGB (Red+Green+Blue) = 80+31+159=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #501F9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501F9F is #AFE060. Grayscale: #3B3B3B. Windows color (decimal): -11526241 or 10428240. OLE color: 10428240.
HSL color Cylindrical-coordinate representation of color #501F9F: hue angle of 262.97º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #501F9F is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 31 | 159 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.38 |
| HSL | 262.97º | 0.67% | 0.37% | - |
| HSV(B) | 262.97º | 0.81% | 0.62% | - |
| XYZ | 10.06 | 5.19 | 33.27 | - |
| YUV | 60.24 | 183.73 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 159 | 0.50 | 0.81 | 0 | 0.38 | 262.97 | 0.67 | 0.37 |
| Hex | 50 | 1F | 9F | 32 | 51 | 0 | 26 | 107 | 43 | 25 |
| Octal | 120 | 37 | 237 | 62 | 121 | 0 | 46 | 407 | 103 | 45 |
| Binary | 1010000 | 11111 | 10011111 | 110010 | 1010001 | 0 | 100110 | 100000111 | 1000011 | 100101 |
Color Harmonies of #501F9F
Complementary color
Monochromatic Colors of #501F9F
Black with #501F9F
Text Example
Text Example
White with #501F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501F9F; }
p { color: rgb(80,31,159); }
H1.HeaderClassName
{
color: #501F9F;
}
.AnyTagClassName
{
color: #501F9F;
}
</style>
background-color css
<style>
a { background-color: #501F9F; }
a { background-color: rgb(80,31,159); }
div.DivClassName
{
background-color: #501F9F;
}
.BgClassName
{
background-color: #501F9F;
}
</style>
border-color css
<style>
span { border-color: #501F9F; }
span { border-color: rgb(80,31,159); }
td.TdClassName
{
border-color: #501F9F;
}
.TagClassName
{
border-color: #501F9F;
}
</style>