Shades of Medium Purple #9A8BEA
Tints of Medium Purple #9A8BEA
RGB
CMYK
RGB Variations
Color information
#9A8BEA (or 0x9A8BEA) is known color: Medium Purple. HEX triplet: 9A, 8B and EA. RGB value is (154,139,234). Sum of RGB (Red+Green+Blue) = 154+139+234=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A8BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8BEA is #657415. Grayscale: #999999. Windows color (decimal): -6648854 or 15371162. OLE color: 15371162.
HSL color Cylindrical-coordinate representation of color #9A8BEA: hue angle of 249.47º degrees, saturation: 0.69, 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 #9A8BEA is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 139 | 234 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.08 |
| HSL | 249.47º | 0.69% | 0.73% | - |
| HSV(B) | 249.47º | 0.41% | 0.92% | - |
| XYZ | 37.41 | 31.28 | 81.91 | - |
| YUV | 154.32 | 172.97 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 234 | 0.34 | 0.41 | 0 | 0.08 | 249.47 | 0.69 | 0.73 |
| Hex | 9A | 8B | EA | 22 | 29 | 0 | 8 | F9 | 45 | 49 |
| Octal | 232 | 213 | 352 | 42 | 51 | 0 | 10 | 371 | 105 | 111 |
| Binary | 10011010 | 10001011 | 11101010 | 100010 | 101001 | 0 | 1000 | 11111001 | 1000101 | 1001001 |
Color Harmonies of #9A8BEA
Complementary color
Monochromatic Colors of #9A8BEA
Black with #9A8BEA
Text Example
Text Example
White with #9A8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BEA; }
p { color: rgb(154,139,234); }
H1.HeaderClassName
{
color: #9A8BEA;
}
.AnyTagClassName
{
color: #9A8BEA;
}
</style>
background-color css
<style>
a { background-color: #9A8BEA; }
a { background-color: rgb(154,139,234); }
div.DivClassName
{
background-color: #9A8BEA;
}
.BgClassName
{
background-color: #9A8BEA;
}
</style>
border-color css
<style>
span { border-color: #9A8BEA; }
span { border-color: rgb(154,139,234); }
td.TdClassName
{
border-color: #9A8BEA;
}
.TagClassName
{
border-color: #9A8BEA;
}
</style>