Shades of Medium Purple #9A8AEA
Tints of Medium Purple #9A8AEA
RGB
CMYK
RGB Variations
Color information
#9A8AEA (or 0x9A8AEA) is known color: Medium Purple. HEX triplet: 9A, 8A and EA. RGB value is (154,138,234). Sum of RGB (Red+Green+Blue) = 154+138+234=526 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.28% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A8AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8AEA is #657515. Grayscale: #999999. Windows color (decimal): -6649110 or 15370906. OLE color: 15370906.
HSL color Cylindrical-coordinate representation of color #9A8AEA: hue angle of 250º degrees, saturation: 0.7, 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 #9A8AEA is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 138 | 234 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.08 |
| HSL | 250º | 0.7% | 0.73% | - |
| HSV(B) | 250º | 0.41% | 0.92% | - |
| XYZ | 37.27 | 30.99 | 81.86 | - |
| YUV | 153.73 | 173.3 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 234 | 0.34 | 0.41 | 0 | 0.08 | 250 | 0.7 | 0.73 |
| Hex | 9A | 8A | EA | 22 | 29 | 0 | 8 | FA | 46 | 49 |
| Octal | 232 | 212 | 352 | 42 | 51 | 0 | 10 | 372 | 106 | 111 |
| Binary | 10011010 | 10001010 | 11101010 | 100010 | 101001 | 0 | 1000 | 11111010 | 1000110 | 1001001 |
Color Harmonies of #9A8AEA
Complementary color
Monochromatic Colors of #9A8AEA
Black with #9A8AEA
Text Example
Text Example
White with #9A8AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8AEA; }
p { color: rgb(154,138,234); }
H1.HeaderClassName
{
color: #9A8AEA;
}
.AnyTagClassName
{
color: #9A8AEA;
}
</style>
background-color css
<style>
a { background-color: #9A8AEA; }
a { background-color: rgb(154,138,234); }
div.DivClassName
{
background-color: #9A8AEA;
}
.BgClassName
{
background-color: #9A8AEA;
}
</style>
border-color css
<style>
span { border-color: #9A8AEA; }
span { border-color: rgb(154,138,234); }
td.TdClassName
{
border-color: #9A8AEA;
}
.TagClassName
{
border-color: #9A8AEA;
}
</style>