Shades of Biloba Flower #9D8ADE
Tints of Biloba Flower #9D8ADE
RGB
CMYK
RGB Variations
Color information
#9D8ADE (or 0x9D8ADE) is known color: Biloba Flower. HEX triplet: 9D, 8A and DE. RGB value is (157,138,222). Sum of RGB (Red+Green+Blue) = 157+138+222=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D8ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8ADE is #627521. Grayscale: #989898. Windows color (decimal): -6452514 or 14584477. OLE color: 14584477.
HSL color Cylindrical-coordinate representation of color #9D8ADE: hue angle of 253.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D8ADE is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 138 | 222 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.13 |
| HSL | 253.57º | 0.56% | 0.71% | - |
| HSV(B) | 253.57º | 0.38% | 0.87% | - |
| XYZ | 36.18 | 30.62 | 73.11 | - |
| YUV | 153.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 222 | 0.29 | 0.38 | 0 | 0.13 | 253.57 | 0.56 | 0.71 |
| Hex | 9D | 8A | DE | 1D | 26 | 0 | D | FE | 38 | 47 |
| Octal | 235 | 212 | 336 | 35 | 46 | 0 | 15 | 376 | 70 | 107 |
| Binary | 10011101 | 10001010 | 11011110 | 11101 | 100110 | 0 | 1101 | 11111110 | 111000 | 1000111 |
Color Harmonies of #9D8ADE
Complementary color
Monochromatic Colors of #9D8ADE
Black with #9D8ADE
Text Example
Text Example
White with #9D8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8ADE; }
p { color: rgb(157,138,222); }
H1.HeaderClassName
{
color: #9D8ADE;
}
.AnyTagClassName
{
color: #9D8ADE;
}
</style>
background-color css
<style>
a { background-color: #9D8ADE; }
a { background-color: rgb(157,138,222); }
div.DivClassName
{
background-color: #9D8ADE;
}
.BgClassName
{
background-color: #9D8ADE;
}
</style>
border-color css
<style>
span { border-color: #9D8ADE; }
span { border-color: rgb(157,138,222); }
td.TdClassName
{
border-color: #9D8ADE;
}
.TagClassName
{
border-color: #9D8ADE;
}
</style>