Shades of Medium Purple #9A83ED
Tints of Medium Purple #9A83ED
RGB
CMYK
RGB Variations
Color information
#9A83ED (or 0x9A83ED) is known color: Medium Purple. HEX triplet: 9A, 83 and ED. RGB value is (154,131,237). Sum of RGB (Red+Green+Blue) = 154+131+237=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A83ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A83ED is #657C12. Grayscale: #959595. Windows color (decimal): -6650899 or 15565722. OLE color: 15565722.
HSL color Cylindrical-coordinate representation of color #9A83ED: hue angle of 253.02º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A83ED is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 131 | 237 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.07 |
| HSL | 253.02º | 0.75% | 0.72% | - |
| HSV(B) | 253.02º | 0.45% | 0.93% | - |
| XYZ | 36.73 | 29.22 | 83.82 | - |
| YUV | 149.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 237 | 0.35 | 0.45 | 0 | 0.07 | 253.02 | 0.75 | 0.72 |
| Hex | 9A | 83 | ED | 23 | 2D | 0 | 7 | FD | 4B | 48 |
| Octal | 232 | 203 | 355 | 43 | 55 | 0 | 7 | 375 | 113 | 110 |
| Binary | 10011010 | 10000011 | 11101101 | 100011 | 101101 | 0 | 111 | 11111101 | 1001011 | 1001000 |
Color Harmonies of #9A83ED
Complementary color
Monochromatic Colors of #9A83ED
Black with #9A83ED
Text Example
Text Example
White with #9A83ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A83ED; }
p { color: rgb(154,131,237); }
H1.HeaderClassName
{
color: #9A83ED;
}
.AnyTagClassName
{
color: #9A83ED;
}
</style>
background-color css
<style>
a { background-color: #9A83ED; }
a { background-color: rgb(154,131,237); }
div.DivClassName
{
background-color: #9A83ED;
}
.BgClassName
{
background-color: #9A83ED;
}
</style>
border-color css
<style>
span { border-color: #9A83ED; }
span { border-color: rgb(154,131,237); }
td.TdClassName
{
border-color: #9A83ED;
}
.TagClassName
{
border-color: #9A83ED;
}
</style>