Shades of Daisy Bush #502C9D
Tints of Daisy Bush #502C9D
RGB
CMYK
RGB Variations
Color information
#502C9D (or 0x502C9D) is known color: Daisy Bush. HEX triplet: 50, 2C and 9D. RGB value is (80,44,157). Sum of RGB (Red+Green+Blue) = 80+44+157=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #502C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502C9D is #AFD362. Grayscale: #434343. Windows color (decimal): -11522915 or 10300496. OLE color: 10300496.
HSL color Cylindrical-coordinate representation of color #502C9D: hue angle of 259.12º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #502C9D is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 44 | 157 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.38 |
| HSL | 259.12º | 0.56% | 0.39% | - |
| HSV(B) | 259.12º | 0.72% | 0.62% | - |
| XYZ | 10.29 | 5.94 | 32.5 | - |
| YUV | 67.65 | 178.43 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 157 | 0.49 | 0.72 | 0 | 0.38 | 259.12 | 0.56 | 0.39 |
| Hex | 50 | 2C | 9D | 31 | 48 | 0 | 26 | 103 | 38 | 27 |
| Octal | 120 | 54 | 235 | 61 | 110 | 0 | 46 | 403 | 70 | 47 |
| Binary | 1010000 | 101100 | 10011101 | 110001 | 1001000 | 0 | 100110 | 100000011 | 111000 | 100111 |
Color Harmonies of #502C9D
Complementary color
Monochromatic Colors of #502C9D
Black with #502C9D
Text Example
Text Example
White with #502C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C9D; }
p { color: rgb(80,44,157); }
H1.HeaderClassName
{
color: #502C9D;
}
.AnyTagClassName
{
color: #502C9D;
}
</style>
background-color css
<style>
a { background-color: #502C9D; }
a { background-color: rgb(80,44,157); }
div.DivClassName
{
background-color: #502C9D;
}
.BgClassName
{
background-color: #502C9D;
}
</style>
border-color css
<style>
span { border-color: #502C9D; }
span { border-color: rgb(80,44,157); }
td.TdClassName
{
border-color: #502C9D;
}
.TagClassName
{
border-color: #502C9D;
}
</style>