Shades of Biloba Flower #9F8DDC
Tints of Biloba Flower #9F8DDC
RGB
CMYK
RGB Variations
Color information
#9F8DDC (or 0x9F8DDC) is known color: Biloba Flower. HEX triplet: 9F, 8D and DC. RGB value is (159,141,220). Sum of RGB (Red+Green+Blue) = 159+141+220=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F8DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8DDC is #607223. Grayscale: #9B9B9B. Windows color (decimal): -6320676 or 14454175. OLE color: 14454175.
HSL color Cylindrical-coordinate representation of color #9F8DDC: hue angle of 253.67º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F8DDC is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 141 | 220 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.14 |
| HSL | 253.67º | 0.53% | 0.71% | - |
| HSV(B) | 253.67º | 0.36% | 0.86% | - |
| XYZ | 36.74 | 31.59 | 71.87 | - |
| YUV | 155.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 220 | 0.28 | 0.36 | 0 | 0.14 | 253.67 | 0.53 | 0.71 |
| Hex | 9F | 8D | DC | 1C | 24 | 0 | E | FE | 35 | 47 |
| Octal | 237 | 215 | 334 | 34 | 44 | 0 | 16 | 376 | 65 | 107 |
| Binary | 10011111 | 10001101 | 11011100 | 11100 | 100100 | 0 | 1110 | 11111110 | 110101 | 1000111 |
Color Harmonies of #9F8DDC
Complementary color
Monochromatic Colors of #9F8DDC
Black with #9F8DDC
Text Example
Text Example
White with #9F8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8DDC; }
p { color: rgb(159,141,220); }
H1.HeaderClassName
{
color: #9F8DDC;
}
.AnyTagClassName
{
color: #9F8DDC;
}
</style>
background-color css
<style>
a { background-color: #9F8DDC; }
a { background-color: rgb(159,141,220); }
div.DivClassName
{
background-color: #9F8DDC;
}
.BgClassName
{
background-color: #9F8DDC;
}
</style>
border-color css
<style>
span { border-color: #9F8DDC; }
span { border-color: rgb(159,141,220); }
td.TdClassName
{
border-color: #9F8DDC;
}
.TagClassName
{
border-color: #9F8DDC;
}
</style>