Shades of Biloba Flower #9F8EED
Tints of Biloba Flower #9F8EED
RGB
CMYK
RGB Variations
Color information
#9F8EED (or 0x9F8EED) is known color: Biloba Flower. HEX triplet: 9F, 8E and ED. RGB value is (159,142,237). Sum of RGB (Red+Green+Blue) = 159+142+237=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F8EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8EED is #607112. Grayscale: #9D9D9D. Windows color (decimal): -6320403 or 15568543. OLE color: 15568543.
HSL color Cylindrical-coordinate representation of color #9F8EED: hue angle of 250.74º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F8EED is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 142 | 237 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.07 |
| HSL | 250.74º | 0.73% | 0.74% | - |
| HSV(B) | 250.74º | 0.4% | 0.93% | - |
| XYZ | 39.26 | 32.83 | 84.39 | - |
| YUV | 157.91 | 172.63 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 142 | 237 | 0.33 | 0.40 | 0 | 0.07 | 250.74 | 0.73 | 0.74 |
| Hex | 9F | 8E | ED | 21 | 28 | 0 | 7 | FB | 49 | 4A |
| Octal | 237 | 216 | 355 | 41 | 50 | 0 | 7 | 373 | 111 | 112 |
| Binary | 10011111 | 10001110 | 11101101 | 100001 | 101000 | 0 | 111 | 11111011 | 1001001 | 1001010 |
Color Harmonies of #9F8EED
Complementary color
Monochromatic Colors of #9F8EED
Black with #9F8EED
Text Example
Text Example
White with #9F8EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8EED; }
p { color: rgb(159,142,237); }
H1.HeaderClassName
{
color: #9F8EED;
}
.AnyTagClassName
{
color: #9F8EED;
}
</style>
background-color css
<style>
a { background-color: #9F8EED; }
a { background-color: rgb(159,142,237); }
div.DivClassName
{
background-color: #9F8EED;
}
.BgClassName
{
background-color: #9F8EED;
}
</style>
border-color css
<style>
span { border-color: #9F8EED; }
span { border-color: rgb(159,142,237); }
td.TdClassName
{
border-color: #9F8EED;
}
.TagClassName
{
border-color: #9F8EED;
}
</style>