Shades of Biloba Flower #9F8EEE
Tints of Biloba Flower #9F8EEE
RGB
CMYK
RGB Variations
Color information
#9F8EEE (or 0x9F8EEE) is known color: Biloba Flower. HEX triplet: 9F, 8E and EE. RGB value is (159,142,238). Sum of RGB (Red+Green+Blue) = 159+142+238=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F8EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8EEE is #607111. Grayscale: #9D9D9D. Windows color (decimal): -6320402 or 15634079. OLE color: 15634079.
HSL color Cylindrical-coordinate representation of color #9F8EEE: hue angle of 250.63º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F8EEE is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 142 | 238 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.07 |
| HSL | 250.63º | 0.74% | 0.75% | - |
| HSV(B) | 250.63º | 0.4% | 0.93% | - |
| XYZ | 39.4 | 32.89 | 85.16 | - |
| YUV | 158.03 | 173.13 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 142 | 238 | 0.33 | 0.40 | 0 | 0.07 | 250.63 | 0.74 | 0.75 |
| Hex | 9F | 8E | EE | 21 | 28 | 0 | 7 | FB | 4A | 4B |
| Octal | 237 | 216 | 356 | 41 | 50 | 0 | 7 | 373 | 112 | 113 |
| Binary | 10011111 | 10001110 | 11101110 | 100001 | 101000 | 0 | 111 | 11111011 | 1001010 | 1001011 |
Color Harmonies of #9F8EEE
Complementary color
Monochromatic Colors of #9F8EEE
Black with #9F8EEE
Text Example
Text Example
White with #9F8EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8EEE; }
p { color: rgb(159,142,238); }
H1.HeaderClassName
{
color: #9F8EEE;
}
.AnyTagClassName
{
color: #9F8EEE;
}
</style>
background-color css
<style>
a { background-color: #9F8EEE; }
a { background-color: rgb(159,142,238); }
div.DivClassName
{
background-color: #9F8EEE;
}
.BgClassName
{
background-color: #9F8EEE;
}
</style>
border-color css
<style>
span { border-color: #9F8EEE; }
span { border-color: rgb(159,142,238); }
td.TdClassName
{
border-color: #9F8EEE;
}
.TagClassName
{
border-color: #9F8EEE;
}
</style>