Shades of Medium Purple #9A8AEF
Tints of Medium Purple #9A8AEF
RGB
CMYK
RGB Variations
Color information
#9A8AEF (or 0x9A8AEF) is known color: Medium Purple. HEX triplet: 9A, 8A and EF. RGB value is (154,138,239). Sum of RGB (Red+Green+Blue) = 154+138+239=531 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.00% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #9A8AEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8AEF is #657510. Grayscale: #999999. Windows color (decimal): -6649105 or 15698586. OLE color: 15698586.
HSL color Cylindrical-coordinate representation of color #9A8AEF: hue angle of 249.5º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A8AEF is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 138 | 239 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.06 |
| HSL | 249.5º | 0.76% | 0.74% | - |
| HSV(B) | 249.5º | 0.42% | 0.94% | - |
| XYZ | 37.99 | 31.28 | 85.7 | - |
| YUV | 154.3 | 175.8 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 239 | 0.36 | 0.42 | 0 | 0.06 | 249.5 | 0.76 | 0.74 |
| Hex | 9A | 8A | EF | 24 | 2A | 0 | 6 | FA | 4C | 4A |
| Octal | 232 | 212 | 357 | 44 | 52 | 0 | 6 | 372 | 114 | 112 |
| Binary | 10011010 | 10001010 | 11101111 | 100100 | 101010 | 0 | 110 | 11111010 | 1001100 | 1001010 |
Color Harmonies of #9A8AEF
Complementary color
Monochromatic Colors of #9A8AEF
Black with #9A8AEF
Text Example
Text Example
White with #9A8AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8AEF; }
p { color: rgb(154,138,239); }
H1.HeaderClassName
{
color: #9A8AEF;
}
.AnyTagClassName
{
color: #9A8AEF;
}
</style>
background-color css
<style>
a { background-color: #9A8AEF; }
a { background-color: rgb(154,138,239); }
div.DivClassName
{
background-color: #9A8AEF;
}
.BgClassName
{
background-color: #9A8AEF;
}
</style>
border-color css
<style>
span { border-color: #9A8AEF; }
span { border-color: rgb(154,138,239); }
td.TdClassName
{
border-color: #9A8AEF;
}
.TagClassName
{
border-color: #9A8AEF;
}
</style>