Shades of Medium Purple #9A81E7
Tints of Medium Purple #9A81E7
RGB
CMYK
RGB Variations
Color information
#9A81E7 (or 0x9A81E7) is known color: Medium Purple. HEX triplet: 9A, 81 and E7. RGB value is (154,129,231). Sum of RGB (Red+Green+Blue) = 154+129+231=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #9A81E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A81E7 is #657E18. Grayscale: #939393. Windows color (decimal): -6651417 or 15171994. OLE color: 15171994.
HSL color Cylindrical-coordinate representation of color #9A81E7: hue angle of 254.71º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A81E7 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 129 | 231 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.09 |
| HSL | 254.71º | 0.68% | 0.71% | - |
| HSV(B) | 254.71º | 0.44% | 0.91% | - |
| XYZ | 35.6 | 28.34 | 79.2 | - |
| YUV | 148.1 | 174.78 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 129 | 231 | 0.33 | 0.44 | 0 | 0.09 | 254.71 | 0.68 | 0.71 |
| Hex | 9A | 81 | E7 | 21 | 2C | 0 | 9 | FF | 44 | 47 |
| Octal | 232 | 201 | 347 | 41 | 54 | 0 | 11 | 377 | 104 | 107 |
| Binary | 10011010 | 10000001 | 11100111 | 100001 | 101100 | 0 | 1001 | 11111111 | 1000100 | 1000111 |
Color Harmonies of #9A81E7
Complementary color
Monochromatic Colors of #9A81E7
Black with #9A81E7
Text Example
Text Example
White with #9A81E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A81E7; }
p { color: rgb(154,129,231); }
H1.HeaderClassName
{
color: #9A81E7;
}
.AnyTagClassName
{
color: #9A81E7;
}
</style>
background-color css
<style>
a { background-color: #9A81E7; }
a { background-color: rgb(154,129,231); }
div.DivClassName
{
background-color: #9A81E7;
}
.BgClassName
{
background-color: #9A81E7;
}
</style>
border-color css
<style>
span { border-color: #9A81E7; }
span { border-color: rgb(154,129,231); }
td.TdClassName
{
border-color: #9A81E7;
}
.TagClassName
{
border-color: #9A81E7;
}
</style>