Shades of Biloba Flower #9F8CDD
Tints of Biloba Flower #9F8CDD
RGB
CMYK
RGB Variations
Color information
#9F8CDD (or 0x9F8CDD) is known color: Biloba Flower. HEX triplet: 9F, 8C and DD. RGB value is (159,140,221). Sum of RGB (Red+Green+Blue) = 159+140+221=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F8CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8CDD is #607322. Grayscale: #9A9A9A. Windows color (decimal): -6320931 or 14519455. OLE color: 14519455.
HSL color Cylindrical-coordinate representation of color #9F8CDD: hue angle of 254.07º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F8CDD is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 140 | 221 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.13 |
| HSL | 254.07º | 0.54% | 0.71% | - |
| HSV(B) | 254.07º | 0.37% | 0.87% | - |
| XYZ | 36.73 | 31.35 | 72.52 | - |
| YUV | 154.92 | 165.29 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 221 | 0.28 | 0.37 | 0 | 0.13 | 254.07 | 0.54 | 0.71 |
| Hex | 9F | 8C | DD | 1C | 25 | 0 | D | FE | 36 | 47 |
| Octal | 237 | 214 | 335 | 34 | 45 | 0 | 15 | 376 | 66 | 107 |
| Binary | 10011111 | 10001100 | 11011101 | 11100 | 100101 | 0 | 1101 | 11111110 | 110110 | 1000111 |
Color Harmonies of #9F8CDD
Complementary color
Monochromatic Colors of #9F8CDD
Black with #9F8CDD
Text Example
Text Example
White with #9F8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8CDD; }
p { color: rgb(159,140,221); }
H1.HeaderClassName
{
color: #9F8CDD;
}
.AnyTagClassName
{
color: #9F8CDD;
}
</style>
background-color css
<style>
a { background-color: #9F8CDD; }
a { background-color: rgb(159,140,221); }
div.DivClassName
{
background-color: #9F8CDD;
}
.BgClassName
{
background-color: #9F8CDD;
}
</style>
border-color css
<style>
span { border-color: #9F8CDD; }
span { border-color: rgb(159,140,221); }
td.TdClassName
{
border-color: #9F8CDD;
}
.TagClassName
{
border-color: #9F8CDD;
}
</style>