Shades of Biloba Flower #9F8ADC
Tints of Biloba Flower #9F8ADC
RGB
CMYK
RGB Variations
Color information
#9F8ADC (or 0x9F8ADC) is known color: Biloba Flower. HEX triplet: 9F, 8A and DC. RGB value is (159,138,220). Sum of RGB (Red+Green+Blue) = 159+138+220=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F8ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8ADC is #607523. Grayscale: #999999. Windows color (decimal): -6321444 or 14453407. OLE color: 14453407.
HSL color Cylindrical-coordinate representation of color #9F8ADC: hue angle of 255.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F8ADC is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 138 | 220 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.14 |
| HSL | 255.37º | 0.54% | 0.7% | - |
| HSV(B) | 255.37º | 0.37% | 0.86% | - |
| XYZ | 36.3 | 30.72 | 71.73 | - |
| YUV | 153.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 220 | 0.28 | 0.37 | 0 | 0.14 | 255.37 | 0.54 | 0.7 |
| Hex | 9F | 8A | DC | 1C | 25 | 0 | E | FF | 36 | 46 |
| Octal | 237 | 212 | 334 | 34 | 45 | 0 | 16 | 377 | 66 | 106 |
| Binary | 10011111 | 10001010 | 11011100 | 11100 | 100101 | 0 | 1110 | 11111111 | 110110 | 1000110 |
Color Harmonies of #9F8ADC
Complementary color
Monochromatic Colors of #9F8ADC
Black with #9F8ADC
Text Example
Text Example
White with #9F8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8ADC; }
p { color: rgb(159,138,220); }
H1.HeaderClassName
{
color: #9F8ADC;
}
.AnyTagClassName
{
color: #9F8ADC;
}
</style>
background-color css
<style>
a { background-color: #9F8ADC; }
a { background-color: rgb(159,138,220); }
div.DivClassName
{
background-color: #9F8ADC;
}
.BgClassName
{
background-color: #9F8ADC;
}
</style>
border-color css
<style>
span { border-color: #9F8ADC; }
span { border-color: rgb(159,138,220); }
td.TdClassName
{
border-color: #9F8ADC;
}
.TagClassName
{
border-color: #9F8ADC;
}
</style>