Shades of Biloba Flower #9D89DB
Tints of Biloba Flower #9D89DB
RGB
CMYK
RGB Variations
Color information
#9D89DB (or 0x9D89DB) is known color: Biloba Flower. HEX triplet: 9D, 89 and DB. RGB value is (157,137,219). Sum of RGB (Red+Green+Blue) = 157+137+219=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D89DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D89DB is #627624. Grayscale: #989898. Windows color (decimal): -6452773 or 14387613. OLE color: 14387613.
HSL color Cylindrical-coordinate representation of color #9D89DB: hue angle of 254.63º degrees, saturation: 0.53, 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 #9D89DB is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 137 | 219 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.14 |
| HSL | 254.63º | 0.53% | 0.7% | - |
| HSV(B) | 254.63º | 0.37% | 0.86% | - |
| XYZ | 35.64 | 30.17 | 70.96 | - |
| YUV | 152.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 219 | 0.28 | 0.37 | 0 | 0.14 | 254.63 | 0.53 | 0.7 |
| Hex | 9D | 89 | DB | 1C | 25 | 0 | E | FF | 35 | 46 |
| Octal | 235 | 211 | 333 | 34 | 45 | 0 | 16 | 377 | 65 | 106 |
| Binary | 10011101 | 10001001 | 11011011 | 11100 | 100101 | 0 | 1110 | 11111111 | 110101 | 1000110 |
Color Harmonies of #9D89DB
Complementary color
Monochromatic Colors of #9D89DB
Black with #9D89DB
Text Example
Text Example
White with #9D89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D89DB; }
p { color: rgb(157,137,219); }
H1.HeaderClassName
{
color: #9D89DB;
}
.AnyTagClassName
{
color: #9D89DB;
}
</style>
background-color css
<style>
a { background-color: #9D89DB; }
a { background-color: rgb(157,137,219); }
div.DivClassName
{
background-color: #9D89DB;
}
.BgClassName
{
background-color: #9D89DB;
}
</style>
border-color css
<style>
span { border-color: #9D89DB; }
span { border-color: rgb(157,137,219); }
td.TdClassName
{
border-color: #9D89DB;
}
.TagClassName
{
border-color: #9D89DB;
}
</style>