Shades of Biloba Flower #9F8BDF
Tints of Biloba Flower #9F8BDF
RGB
CMYK
RGB Variations
Color information
#9F8BDF (or 0x9F8BDF) is known color: Biloba Flower. HEX triplet: 9F, 8B and DF. RGB value is (159,139,223). Sum of RGB (Red+Green+Blue) = 159+139+223=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F8BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8BDF is #607420. Grayscale: #9A9A9A. Windows color (decimal): -6321185 or 14650271. OLE color: 14650271.
HSL color Cylindrical-coordinate representation of color #9F8BDF: hue angle of 254.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F8BDF is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 139 | 223 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.13 |
| HSL | 254.29º | 0.57% | 0.71% | - |
| HSV(B) | 254.29º | 0.38% | 0.87% | - |
| XYZ | 36.85 | 31.16 | 73.89 | - |
| YUV | 154.56 | 166.63 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 139 | 223 | 0.29 | 0.38 | 0 | 0.13 | 254.29 | 0.57 | 0.71 |
| Hex | 9F | 8B | DF | 1D | 26 | 0 | D | FE | 39 | 47 |
| Octal | 237 | 213 | 337 | 35 | 46 | 0 | 15 | 376 | 71 | 107 |
| Binary | 10011111 | 10001011 | 11011111 | 11101 | 100110 | 0 | 1101 | 11111110 | 111001 | 1000111 |
Color Harmonies of #9F8BDF
Complementary color
Monochromatic Colors of #9F8BDF
Black with #9F8BDF
Text Example
Text Example
White with #9F8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8BDF; }
p { color: rgb(159,139,223); }
H1.HeaderClassName
{
color: #9F8BDF;
}
.AnyTagClassName
{
color: #9F8BDF;
}
</style>
background-color css
<style>
a { background-color: #9F8BDF; }
a { background-color: rgb(159,139,223); }
div.DivClassName
{
background-color: #9F8BDF;
}
.BgClassName
{
background-color: #9F8BDF;
}
</style>
border-color css
<style>
span { border-color: #9F8BDF; }
span { border-color: rgb(159,139,223); }
td.TdClassName
{
border-color: #9F8BDF;
}
.TagClassName
{
border-color: #9F8BDF;
}
</style>