Shades of Medium Purple #9A88E6
Tints of Medium Purple #9A88E6
RGB
CMYK
RGB Variations
Color information
#9A88E6 (or 0x9A88E6) is known color: Medium Purple. HEX triplet: 9A, 88 and E6. RGB value is (154,136,230). Sum of RGB (Red+Green+Blue) = 154+136+230=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #9A88E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A88E6 is #657719. Grayscale: #979797. Windows color (decimal): -6649626 or 15108250. OLE color: 15108250.
HSL color Cylindrical-coordinate representation of color #9A88E6: hue angle of 251.49º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A88E6 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 136 | 230 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.10 |
| HSL | 251.49º | 0.65% | 0.72% | - |
| HSV(B) | 251.49º | 0.41% | 0.9% | - |
| XYZ | 36.41 | 30.19 | 78.77 | - |
| YUV | 152.1 | 171.96 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 230 | 0.33 | 0.41 | 0 | 0.10 | 251.49 | 0.65 | 0.72 |
| Hex | 9A | 88 | E6 | 21 | 29 | 0 | A | FB | 41 | 48 |
| Octal | 232 | 210 | 346 | 41 | 51 | 0 | 12 | 373 | 101 | 110 |
| Binary | 10011010 | 10001000 | 11100110 | 100001 | 101001 | 0 | 1010 | 11111011 | 1000001 | 1001000 |
Color Harmonies of #9A88E6
Complementary color
Monochromatic Colors of #9A88E6
Black with #9A88E6
Text Example
Text Example
White with #9A88E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A88E6; }
p { color: rgb(154,136,230); }
H1.HeaderClassName
{
color: #9A88E6;
}
.AnyTagClassName
{
color: #9A88E6;
}
</style>
background-color css
<style>
a { background-color: #9A88E6; }
a { background-color: rgb(154,136,230); }
div.DivClassName
{
background-color: #9A88E6;
}
.BgClassName
{
background-color: #9A88E6;
}
</style>
border-color css
<style>
span { border-color: #9A88E6; }
span { border-color: rgb(154,136,230); }
td.TdClassName
{
border-color: #9A88E6;
}
.TagClassName
{
border-color: #9A88E6;
}
</style>