Shades of Daisy Bush #501A9D
Tints of Daisy Bush #501A9D
RGB
CMYK
RGB Variations
Color information
#501A9D (or 0x501A9D) is known color: Daisy Bush. HEX triplet: 50, 1A and 9D. RGB value is (80,26,157). Sum of RGB (Red+Green+Blue) = 80+26+157=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #501A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501A9D is #AFE562. Grayscale: #383838. Windows color (decimal): -11527523 or 10295888. OLE color: 10295888.
HSL color Cylindrical-coordinate representation of color #501A9D: hue angle of 264.73º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501A9D is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 26 | 157 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.38 |
| HSL | 264.73º | 0.72% | 0.36% | - |
| HSV(B) | 264.73º | 0.83% | 0.62% | - |
| XYZ | 9.76 | 4.88 | 32.33 | - |
| YUV | 57.08 | 184.39 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 157 | 0.49 | 0.83 | 0 | 0.38 | 264.73 | 0.72 | 0.36 |
| Hex | 50 | 1A | 9D | 31 | 53 | 0 | 26 | 109 | 48 | 24 |
| Octal | 120 | 32 | 235 | 61 | 123 | 0 | 46 | 411 | 110 | 44 |
| Binary | 1010000 | 11010 | 10011101 | 110001 | 1010011 | 0 | 100110 | 100001001 | 1001000 | 100100 |
Color Harmonies of #501A9D
Complementary color
Monochromatic Colors of #501A9D
Black with #501A9D
Text Example
Text Example
White with #501A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501A9D; }
p { color: rgb(80,26,157); }
H1.HeaderClassName
{
color: #501A9D;
}
.AnyTagClassName
{
color: #501A9D;
}
</style>
background-color css
<style>
a { background-color: #501A9D; }
a { background-color: rgb(80,26,157); }
div.DivClassName
{
background-color: #501A9D;
}
.BgClassName
{
background-color: #501A9D;
}
</style>
border-color css
<style>
span { border-color: #501A9D; }
span { border-color: rgb(80,26,157); }
td.TdClassName
{
border-color: #501A9D;
}
.TagClassName
{
border-color: #501A9D;
}
</style>