Shades of Medium Purple #9A83DF
Tints of Medium Purple #9A83DF
RGB
CMYK
RGB Variations
Color information
#9A83DF (or 0x9A83DF) is known color: Medium Purple. HEX triplet: 9A, 83 and DF. RGB value is (154,131,223). Sum of RGB (Red+Green+Blue) = 154+131+223=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A83DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A83DF is #657C20. Grayscale: #949494. Windows color (decimal): -6650913 or 14648218. OLE color: 14648218.
HSL color Cylindrical-coordinate representation of color #9A83DF: hue angle of 255º degrees, saturation: 0.59, 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 #9A83DF is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 131 | 223 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.13 |
| HSL | 255º | 0.59% | 0.69% | - |
| HSV(B) | 255º | 0.41% | 0.87% | - |
| XYZ | 34.76 | 28.43 | 73.47 | - |
| YUV | 148.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 223 | 0.31 | 0.41 | 0 | 0.13 | 255 | 0.59 | 0.69 |
| Hex | 9A | 83 | DF | 1F | 29 | 0 | D | FF | 3B | 45 |
| Octal | 232 | 203 | 337 | 37 | 51 | 0 | 15 | 377 | 73 | 105 |
| Binary | 10011010 | 10000011 | 11011111 | 11111 | 101001 | 0 | 1101 | 11111111 | 111011 | 1000101 |
Color Harmonies of #9A83DF
Complementary color
Monochromatic Colors of #9A83DF
Black with #9A83DF
Text Example
Text Example
White with #9A83DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A83DF; }
p { color: rgb(154,131,223); }
H1.HeaderClassName
{
color: #9A83DF;
}
.AnyTagClassName
{
color: #9A83DF;
}
</style>
background-color css
<style>
a { background-color: #9A83DF; }
a { background-color: rgb(154,131,223); }
div.DivClassName
{
background-color: #9A83DF;
}
.BgClassName
{
background-color: #9A83DF;
}
</style>
border-color css
<style>
span { border-color: #9A83DF; }
span { border-color: rgb(154,131,223); }
td.TdClassName
{
border-color: #9A83DF;
}
.TagClassName
{
border-color: #9A83DF;
}
</style>