Shades of Medium Purple #9A83DE
Tints of Medium Purple #9A83DE
RGB
CMYK
RGB Variations
Color information
#9A83DE (or 0x9A83DE) is known color: Medium Purple. HEX triplet: 9A, 83 and DE. RGB value is (154,131,222). Sum of RGB (Red+Green+Blue) = 154+131+222=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #9A83DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A83DE is #657C21. Grayscale: #939393. Windows color (decimal): -6650914 or 14582682. OLE color: 14582682.
HSL color Cylindrical-coordinate representation of color #9A83DE: hue angle of 255.16º degrees, saturation: 0.58, 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 #9A83DE is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 131 | 222 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.13 |
| HSL | 255.16º | 0.58% | 0.69% | - |
| HSV(B) | 255.16º | 0.41% | 0.87% | - |
| XYZ | 34.63 | 28.38 | 72.76 | - |
| YUV | 148.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 222 | 0.31 | 0.41 | 0 | 0.13 | 255.16 | 0.58 | 0.69 |
| Hex | 9A | 83 | DE | 1F | 29 | 0 | D | FF | 3A | 45 |
| Octal | 232 | 203 | 336 | 37 | 51 | 0 | 15 | 377 | 72 | 105 |
| Binary | 10011010 | 10000011 | 11011110 | 11111 | 101001 | 0 | 1101 | 11111111 | 111010 | 1000101 |
Color Harmonies of #9A83DE
Complementary color
Monochromatic Colors of #9A83DE
Black with #9A83DE
Text Example
Text Example
White with #9A83DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A83DE; }
p { color: rgb(154,131,222); }
H1.HeaderClassName
{
color: #9A83DE;
}
.AnyTagClassName
{
color: #9A83DE;
}
</style>
background-color css
<style>
a { background-color: #9A83DE; }
a { background-color: rgb(154,131,222); }
div.DivClassName
{
background-color: #9A83DE;
}
.BgClassName
{
background-color: #9A83DE;
}
</style>
border-color css
<style>
span { border-color: #9A83DE; }
span { border-color: rgb(154,131,222); }
td.TdClassName
{
border-color: #9A83DE;
}
.TagClassName
{
border-color: #9A83DE;
}
</style>