Shades of Medium Purple #9A83DD
Tints of Medium Purple #9A83DD
RGB
CMYK
RGB Variations
Color information
#9A83DD (or 0x9A83DD) is known color: Medium Purple. HEX triplet: 9A, 83 and DD. RGB value is (154,131,221). Sum of RGB (Red+Green+Blue) = 154+131+221=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A83DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A83DD is #657C22. Grayscale: #939393. Windows color (decimal): -6650915 or 14517146. OLE color: 14517146.
HSL color Cylindrical-coordinate representation of color #9A83DD: hue angle of 255.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A83DD is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 131 | 221 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.13 |
| HSL | 255.33º | 0.57% | 0.69% | - |
| HSV(B) | 255.33º | 0.41% | 0.87% | - |
| XYZ | 34.49 | 28.32 | 72.06 | - |
| YUV | 148.14 | 169.12 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 221 | 0.30 | 0.41 | 0 | 0.13 | 255.33 | 0.57 | 0.69 |
| Hex | 9A | 83 | DD | 1E | 29 | 0 | D | FF | 39 | 45 |
| Octal | 232 | 203 | 335 | 36 | 51 | 0 | 15 | 377 | 71 | 105 |
| Binary | 10011010 | 10000011 | 11011101 | 11110 | 101001 | 0 | 1101 | 11111111 | 111001 | 1000101 |
Color Harmonies of #9A83DD
Complementary color
Monochromatic Colors of #9A83DD
Black with #9A83DD
Text Example
Text Example
White with #9A83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A83DD; }
p { color: rgb(154,131,221); }
H1.HeaderClassName
{
color: #9A83DD;
}
.AnyTagClassName
{
color: #9A83DD;
}
</style>
background-color css
<style>
a { background-color: #9A83DD; }
a { background-color: rgb(154,131,221); }
div.DivClassName
{
background-color: #9A83DD;
}
.BgClassName
{
background-color: #9A83DD;
}
</style>
border-color css
<style>
span { border-color: #9A83DD; }
span { border-color: rgb(154,131,221); }
td.TdClassName
{
border-color: #9A83DD;
}
.TagClassName
{
border-color: #9A83DD;
}
</style>