Shades of Biloba Flower #9D89D9
Tints of Biloba Flower #9D89D9
RGB
CMYK
RGB Variations
Color information
#9D89D9 (or 0x9D89D9) is known color: Biloba Flower. HEX triplet: 9D, 89 and D9. RGB value is (157,137,217). Sum of RGB (Red+Green+Blue) = 157+137+217=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D89D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D89D9 is #627626. Grayscale: #979797. Windows color (decimal): -6452775 or 14256541. OLE color: 14256541.
HSL color Cylindrical-coordinate representation of color #9D89D9: hue angle of 255º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D89D9 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 137 | 217 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.15 |
| HSL | 255º | 0.51% | 0.69% | - |
| HSV(B) | 255º | 0.37% | 0.85% | - |
| XYZ | 35.37 | 30.07 | 69.59 | - |
| YUV | 152.1 | 164.63 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 217 | 0.28 | 0.37 | 0 | 0.15 | 255 | 0.51 | 0.69 |
| Hex | 9D | 89 | D9 | 1C | 25 | 0 | F | FF | 33 | 45 |
| Octal | 235 | 211 | 331 | 34 | 45 | 0 | 17 | 377 | 63 | 105 |
| Binary | 10011101 | 10001001 | 11011001 | 11100 | 100101 | 0 | 1111 | 11111111 | 110011 | 1000101 |
Color Harmonies of #9D89D9
Complementary color
Monochromatic Colors of #9D89D9
Black with #9D89D9
Text Example
Text Example
White with #9D89D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D89D9; }
p { color: rgb(157,137,217); }
H1.HeaderClassName
{
color: #9D89D9;
}
.AnyTagClassName
{
color: #9D89D9;
}
</style>
background-color css
<style>
a { background-color: #9D89D9; }
a { background-color: rgb(157,137,217); }
div.DivClassName
{
background-color: #9D89D9;
}
.BgClassName
{
background-color: #9D89D9;
}
</style>
border-color css
<style>
span { border-color: #9D89D9; }
span { border-color: rgb(157,137,217); }
td.TdClassName
{
border-color: #9D89D9;
}
.TagClassName
{
border-color: #9D89D9;
}
</style>