Shades of Biloba Flower #9D8ADA
Tints of Biloba Flower #9D8ADA
RGB
CMYK
RGB Variations
Color information
#9D8ADA (or 0x9D8ADA) is known color: Biloba Flower. HEX triplet: 9D, 8A and DA. RGB value is (157,138,218). Sum of RGB (Red+Green+Blue) = 157+138+218=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D8ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8ADA is #627525. Grayscale: #989898. Windows color (decimal): -6452518 or 14322333. OLE color: 14322333.
HSL color Cylindrical-coordinate representation of color #9D8ADA: hue angle of 254.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D8ADA is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 138 | 218 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.15 |
| HSL | 254.25º | 0.52% | 0.7% | - |
| HSV(B) | 254.25º | 0.37% | 0.85% | - |
| XYZ | 35.65 | 30.41 | 70.32 | - |
| YUV | 152.8 | 164.79 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 218 | 0.28 | 0.37 | 0 | 0.15 | 254.25 | 0.52 | 0.7 |
| Hex | 9D | 8A | DA | 1C | 25 | 0 | F | FE | 34 | 46 |
| Octal | 235 | 212 | 332 | 34 | 45 | 0 | 17 | 376 | 64 | 106 |
| Binary | 10011101 | 10001010 | 11011010 | 11100 | 100101 | 0 | 1111 | 11111110 | 110100 | 1000110 |
Color Harmonies of #9D8ADA
Complementary color
Monochromatic Colors of #9D8ADA
Black with #9D8ADA
Text Example
Text Example
White with #9D8ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8ADA; }
p { color: rgb(157,138,218); }
H1.HeaderClassName
{
color: #9D8ADA;
}
.AnyTagClassName
{
color: #9D8ADA;
}
</style>
background-color css
<style>
a { background-color: #9D8ADA; }
a { background-color: rgb(157,138,218); }
div.DivClassName
{
background-color: #9D8ADA;
}
.BgClassName
{
background-color: #9D8ADA;
}
</style>
border-color css
<style>
span { border-color: #9D8ADA; }
span { border-color: rgb(157,138,218); }
td.TdClassName
{
border-color: #9D8ADA;
}
.TagClassName
{
border-color: #9D8ADA;
}
</style>