Shades of Medium Purple #9A83EA
Tints of Medium Purple #9A83EA
RGB
CMYK
RGB Variations
Color information
#9A83EA (or 0x9A83EA) is known color: Medium Purple. HEX triplet: 9A, 83 and EA. RGB value is (154,131,234). Sum of RGB (Red+Green+Blue) = 154+131+234=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A83EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A83EA is #657C15. Grayscale: #959595. Windows color (decimal): -6650902 or 15369114. OLE color: 15369114.
HSL color Cylindrical-coordinate representation of color #9A83EA: hue angle of 253.4º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A83EA is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 131 | 234 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.08 |
| HSL | 253.4º | 0.71% | 0.72% | - |
| HSV(B) | 253.4º | 0.44% | 0.92% | - |
| XYZ | 36.29 | 29.04 | 81.53 | - |
| YUV | 149.62 | 175.62 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 234 | 0.34 | 0.44 | 0 | 0.08 | 253.4 | 0.71 | 0.72 |
| Hex | 9A | 83 | EA | 22 | 2C | 0 | 8 | FD | 47 | 48 |
| Octal | 232 | 203 | 352 | 42 | 54 | 0 | 10 | 375 | 107 | 110 |
| Binary | 10011010 | 10000011 | 11101010 | 100010 | 101100 | 0 | 1000 | 11111101 | 1000111 | 1001000 |
Color Harmonies of #9A83EA
Complementary color
Monochromatic Colors of #9A83EA
Black with #9A83EA
Text Example
Text Example
White with #9A83EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A83EA; }
p { color: rgb(154,131,234); }
H1.HeaderClassName
{
color: #9A83EA;
}
.AnyTagClassName
{
color: #9A83EA;
}
</style>
background-color css
<style>
a { background-color: #9A83EA; }
a { background-color: rgb(154,131,234); }
div.DivClassName
{
background-color: #9A83EA;
}
.BgClassName
{
background-color: #9A83EA;
}
</style>
border-color css
<style>
span { border-color: #9A83EA; }
span { border-color: rgb(154,131,234); }
td.TdClassName
{
border-color: #9A83EA;
}
.TagClassName
{
border-color: #9A83EA;
}
</style>