Shades of Medium Purple #9A88D9
Tints of Medium Purple #9A88D9
RGB
CMYK
RGB Variations
Color information
#9A88D9 (or 0x9A88D9) is known color: Medium Purple. HEX triplet: 9A, 88 and D9. RGB value is (154,136,217). Sum of RGB (Red+Green+Blue) = 154+136+217=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #9A88D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A88D9 is #657726. Grayscale: #969696. Windows color (decimal): -6649639 or 14256282. OLE color: 14256282.
HSL color Cylindrical-coordinate representation of color #9A88D9: hue angle of 253.33º degrees, saturation: 0.52, 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 #9A88D9 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 136 | 217 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.15 |
| HSL | 253.33º | 0.52% | 0.69% | - |
| HSV(B) | 253.33º | 0.37% | 0.85% | - |
| XYZ | 34.65 | 29.49 | 69.51 | - |
| YUV | 150.62 | 165.46 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 217 | 0.29 | 0.37 | 0 | 0.15 | 253.33 | 0.52 | 0.69 |
| Hex | 9A | 88 | D9 | 1D | 25 | 0 | F | FD | 34 | 45 |
| Octal | 232 | 210 | 331 | 35 | 45 | 0 | 17 | 375 | 64 | 105 |
| Binary | 10011010 | 10001000 | 11011001 | 11101 | 100101 | 0 | 1111 | 11111101 | 110100 | 1000101 |
Color Harmonies of #9A88D9
Complementary color
Monochromatic Colors of #9A88D9
Black with #9A88D9
Text Example
Text Example
White with #9A88D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A88D9; }
p { color: rgb(154,136,217); }
H1.HeaderClassName
{
color: #9A88D9;
}
.AnyTagClassName
{
color: #9A88D9;
}
</style>
background-color css
<style>
a { background-color: #9A88D9; }
a { background-color: rgb(154,136,217); }
div.DivClassName
{
background-color: #9A88D9;
}
.BgClassName
{
background-color: #9A88D9;
}
</style>
border-color css
<style>
span { border-color: #9A88D9; }
span { border-color: rgb(154,136,217); }
td.TdClassName
{
border-color: #9A88D9;
}
.TagClassName
{
border-color: #9A88D9;
}
</style>