Shades of Medium Purple #9A8AEB
Tints of Medium Purple #9A8AEB
RGB
CMYK
RGB Variations
Color information
#9A8AEB (or 0x9A8AEB) is known color: Medium Purple. HEX triplet: 9A, 8A and EB. RGB value is (154,138,235). Sum of RGB (Red+Green+Blue) = 154+138+235=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A8AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8AEB is #657514. Grayscale: #999999. Windows color (decimal): -6649109 or 15436442. OLE color: 15436442.
HSL color Cylindrical-coordinate representation of color #9A8AEB: hue angle of 249.9º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A8AEB is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 138 | 235 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.08 |
| HSL | 249.9º | 0.71% | 0.73% | - |
| HSV(B) | 249.9º | 0.41% | 0.92% | - |
| XYZ | 37.41 | 31.05 | 82.62 | - |
| YUV | 153.84 | 173.8 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 235 | 0.34 | 0.41 | 0 | 0.08 | 249.9 | 0.71 | 0.73 |
| Hex | 9A | 8A | EB | 22 | 29 | 0 | 8 | FA | 47 | 49 |
| Octal | 232 | 212 | 353 | 42 | 51 | 0 | 10 | 372 | 107 | 111 |
| Binary | 10011010 | 10001010 | 11101011 | 100010 | 101001 | 0 | 1000 | 11111010 | 1000111 | 1001001 |
Color Harmonies of #9A8AEB
Complementary color
Monochromatic Colors of #9A8AEB
Black with #9A8AEB
Text Example
Text Example
White with #9A8AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8AEB; }
p { color: rgb(154,138,235); }
H1.HeaderClassName
{
color: #9A8AEB;
}
.AnyTagClassName
{
color: #9A8AEB;
}
</style>
background-color css
<style>
a { background-color: #9A8AEB; }
a { background-color: rgb(154,138,235); }
div.DivClassName
{
background-color: #9A8AEB;
}
.BgClassName
{
background-color: #9A8AEB;
}
</style>
border-color css
<style>
span { border-color: #9A8AEB; }
span { border-color: rgb(154,138,235); }
td.TdClassName
{
border-color: #9A8AEB;
}
.TagClassName
{
border-color: #9A8AEB;
}
</style>