Shades of Biloba Flower #9F8CED
Tints of Biloba Flower #9F8CED
RGB
CMYK
RGB Variations
Color information
#9F8CED (or 0x9F8CED) is known color: Biloba Flower. HEX triplet: 9F, 8C and ED. RGB value is (159,140,237). Sum of RGB (Red+Green+Blue) = 159+140+237=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F8CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8CED is #607312. Grayscale: #9C9C9C. Windows color (decimal): -6320915 or 15568031. OLE color: 15568031.
HSL color Cylindrical-coordinate representation of color #9F8CED: hue angle of 251.75º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F8CED is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 140 | 237 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.07 |
| HSL | 251.75º | 0.73% | 0.74% | - |
| HSV(B) | 251.75º | 0.41% | 0.93% | - |
| XYZ | 38.96 | 32.24 | 84.29 | - |
| YUV | 156.74 | 173.29 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 237 | 0.33 | 0.41 | 0 | 0.07 | 251.75 | 0.73 | 0.74 |
| Hex | 9F | 8C | ED | 21 | 29 | 0 | 7 | FC | 49 | 4A |
| Octal | 237 | 214 | 355 | 41 | 51 | 0 | 7 | 374 | 111 | 112 |
| Binary | 10011111 | 10001100 | 11101101 | 100001 | 101001 | 0 | 111 | 11111100 | 1001001 | 1001010 |
Color Harmonies of #9F8CED
Complementary color
Monochromatic Colors of #9F8CED
Black with #9F8CED
Text Example
Text Example
White with #9F8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8CED; }
p { color: rgb(159,140,237); }
H1.HeaderClassName
{
color: #9F8CED;
}
.AnyTagClassName
{
color: #9F8CED;
}
</style>
background-color css
<style>
a { background-color: #9F8CED; }
a { background-color: rgb(159,140,237); }
div.DivClassName
{
background-color: #9F8CED;
}
.BgClassName
{
background-color: #9F8CED;
}
</style>
border-color css
<style>
span { border-color: #9F8CED; }
span { border-color: rgb(159,140,237); }
td.TdClassName
{
border-color: #9F8CED;
}
.TagClassName
{
border-color: #9F8CED;
}
</style>