Shades of Daisy Bush #5D2B9D
Tints of Daisy Bush #5D2B9D
RGB
CMYK
RGB Variations
Color information
#5D2B9D (or 0x5D2B9D) is known color: Daisy Bush. HEX triplet: 5D, 2B and 9D. RGB value is (93,43,157). Sum of RGB (Red+Green+Blue) = 93+43+157=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D2B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2B9D is #A2D462. Grayscale: #464646. Windows color (decimal): -10671203 or 10300253. OLE color: 10300253.
HSL color Cylindrical-coordinate representation of color #5D2B9D: hue angle of 266.32º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D2B9D is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 43 | 157 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.38 |
| HSL | 266.32º | 0.57% | 0.39% | - |
| HSV(B) | 266.32º | 0.73% | 0.62% | - |
| XYZ | 11.46 | 6.49 | 32.55 | - |
| YUV | 70.95 | 176.57 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 43 | 157 | 0.41 | 0.73 | 0 | 0.38 | 266.32 | 0.57 | 0.39 |
| Hex | 5D | 2B | 9D | 29 | 49 | 0 | 26 | 10A | 39 | 27 |
| Octal | 135 | 53 | 235 | 51 | 111 | 0 | 46 | 412 | 71 | 47 |
| Binary | 1011101 | 101011 | 10011101 | 101001 | 1001001 | 0 | 100110 | 100001010 | 111001 | 100111 |
Color Harmonies of #5D2B9D
Complementary color
Monochromatic Colors of #5D2B9D
Black with #5D2B9D
Text Example
Text Example
White with #5D2B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2B9D; }
p { color: rgb(93,43,157); }
H1.HeaderClassName
{
color: #5D2B9D;
}
.AnyTagClassName
{
color: #5D2B9D;
}
</style>
background-color css
<style>
a { background-color: #5D2B9D; }
a { background-color: rgb(93,43,157); }
div.DivClassName
{
background-color: #5D2B9D;
}
.BgClassName
{
background-color: #5D2B9D;
}
</style>
border-color css
<style>
span { border-color: #5D2B9D; }
span { border-color: rgb(93,43,157); }
td.TdClassName
{
border-color: #5D2B9D;
}
.TagClassName
{
border-color: #5D2B9D;
}
</style>