Shades of Daisy Bush #5F3E8D
Tints of Daisy Bush #5F3E8D
RGB
CMYK
RGB Variations
Color information
#5F3E8D (or 0x5F3E8D) is known color: Daisy Bush. HEX triplet: 5F, 3E and 8D. RGB value is (95,62,141). Sum of RGB (Red+Green+Blue) = 95+62+141=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F3E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3E8D is #A0C172. Grayscale: #505050. Windows color (decimal): -10535283 or 9256543. OLE color: 9256543.
HSL color Cylindrical-coordinate representation of color #5F3E8D: hue angle of 265.06º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F3E8D is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 62 | 141 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.45 |
| HSL | 265.06º | 0.39% | 0.4% | - |
| HSV(B) | 265.06º | 0.56% | 0.55% | - |
| XYZ | 11.25 | 7.8 | 26.11 | - |
| YUV | 80.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 62 | 141 | 0.33 | 0.56 | 0 | 0.45 | 265.06 | 0.39 | 0.4 |
| Hex | 5F | 3E | 8D | 21 | 38 | 0 | 2D | 109 | 27 | 28 |
| Octal | 137 | 76 | 215 | 41 | 70 | 0 | 55 | 411 | 47 | 50 |
| Binary | 1011111 | 111110 | 10001101 | 100001 | 111000 | 0 | 101101 | 100001001 | 100111 | 101000 |
Color Harmonies of #5F3E8D
Complementary color
Monochromatic Colors of #5F3E8D
Black with #5F3E8D
Text Example
Text Example
White with #5F3E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3E8D; }
p { color: rgb(95,62,141); }
H1.HeaderClassName
{
color: #5F3E8D;
}
.AnyTagClassName
{
color: #5F3E8D;
}
</style>
background-color css
<style>
a { background-color: #5F3E8D; }
a { background-color: rgb(95,62,141); }
div.DivClassName
{
background-color: #5F3E8D;
}
.BgClassName
{
background-color: #5F3E8D;
}
</style>
border-color css
<style>
span { border-color: #5F3E8D; }
span { border-color: rgb(95,62,141); }
td.TdClassName
{
border-color: #5F3E8D;
}
.TagClassName
{
border-color: #5F3E8D;
}
</style>