Shades of Biloba Flower #9F8DDD
Tints of Biloba Flower #9F8DDD
RGB
CMYK
RGB Variations
Color information
#9F8DDD (or 0x9F8DDD) is known color: Biloba Flower. HEX triplet: 9F, 8D and DD. RGB value is (159,141,221). Sum of RGB (Red+Green+Blue) = 159+141+221=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F8DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8DDD is #607222. Grayscale: #9B9B9B. Windows color (decimal): -6320675 or 14519711. OLE color: 14519711.
HSL color Cylindrical-coordinate representation of color #9F8DDD: hue angle of 253.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F8DDD is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 141 | 221 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.13 |
| HSL | 253.5º | 0.54% | 0.71% | - |
| HSV(B) | 253.5º | 0.36% | 0.87% | - |
| XYZ | 36.87 | 31.64 | 72.57 | - |
| YUV | 155.5 | 164.96 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 221 | 0.28 | 0.36 | 0 | 0.13 | 253.5 | 0.54 | 0.71 |
| Hex | 9F | 8D | DD | 1C | 24 | 0 | D | FE | 36 | 47 |
| Octal | 237 | 215 | 335 | 34 | 44 | 0 | 15 | 376 | 66 | 107 |
| Binary | 10011111 | 10001101 | 11011101 | 11100 | 100100 | 0 | 1101 | 11111110 | 110110 | 1000111 |
Color Harmonies of #9F8DDD
Complementary color
Monochromatic Colors of #9F8DDD
Black with #9F8DDD
Text Example
Text Example
White with #9F8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8DDD; }
p { color: rgb(159,141,221); }
H1.HeaderClassName
{
color: #9F8DDD;
}
.AnyTagClassName
{
color: #9F8DDD;
}
</style>
background-color css
<style>
a { background-color: #9F8DDD; }
a { background-color: rgb(159,141,221); }
div.DivClassName
{
background-color: #9F8DDD;
}
.BgClassName
{
background-color: #9F8DDD;
}
</style>
border-color css
<style>
span { border-color: #9F8DDD; }
span { border-color: rgb(159,141,221); }
td.TdClassName
{
border-color: #9F8DDD;
}
.TagClassName
{
border-color: #9F8DDD;
}
</style>