Shades of Biloba Flower #9F8EDC
Tints of Biloba Flower #9F8EDC
RGB
CMYK
RGB Variations
Color information
#9F8EDC (or 0x9F8EDC) is known color: Biloba Flower. HEX triplet: 9F, 8E and DC. RGB value is (159,142,220). Sum of RGB (Red+Green+Blue) = 159+142+220=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F8EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8EDC is #607123. Grayscale: #9B9B9B. Windows color (decimal): -6320420 or 14454431. OLE color: 14454431.
HSL color Cylindrical-coordinate representation of color #9F8EDC: hue angle of 253.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F8EDC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 142 | 220 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.14 |
| HSL | 253.08º | 0.53% | 0.71% | - |
| HSV(B) | 253.08º | 0.35% | 0.86% | - |
| XYZ | 36.89 | 31.88 | 71.92 | - |
| YUV | 155.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 142 | 220 | 0.28 | 0.35 | 0 | 0.14 | 253.08 | 0.53 | 0.71 |
| Hex | 9F | 8E | DC | 1C | 23 | 0 | E | FD | 35 | 47 |
| Octal | 237 | 216 | 334 | 34 | 43 | 0 | 16 | 375 | 65 | 107 |
| Binary | 10011111 | 10001110 | 11011100 | 11100 | 100011 | 0 | 1110 | 11111101 | 110101 | 1000111 |
Color Harmonies of #9F8EDC
Complementary color
Monochromatic Colors of #9F8EDC
Black with #9F8EDC
Text Example
Text Example
White with #9F8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8EDC; }
p { color: rgb(159,142,220); }
H1.HeaderClassName
{
color: #9F8EDC;
}
.AnyTagClassName
{
color: #9F8EDC;
}
</style>
background-color css
<style>
a { background-color: #9F8EDC; }
a { background-color: rgb(159,142,220); }
div.DivClassName
{
background-color: #9F8EDC;
}
.BgClassName
{
background-color: #9F8EDC;
}
</style>
border-color css
<style>
span { border-color: #9F8EDC; }
span { border-color: rgb(159,142,220); }
td.TdClassName
{
border-color: #9F8EDC;
}
.TagClassName
{
border-color: #9F8EDC;
}
</style>