Shades of Medium Purple #9683ED
Tints of Medium Purple #9683ED
RGB
CMYK
RGB Variations
Color information
#9683ED (or 0x9683ED) is known color: Medium Purple. HEX triplet: 96, 83 and ED. RGB value is (150,131,237). Sum of RGB (Red+Green+Blue) = 150+131+237=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #9683ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9683ED is #697C12. Grayscale: #949494. Windows color (decimal): -6913043 or 15565718. OLE color: 15565718.
HSL color Cylindrical-coordinate representation of color #9683ED: hue angle of 250.75º 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 #9683ED is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 131 | 237 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.07 |
| HSL | 250.75º | 0.75% | 0.72% | - |
| HSV(B) | 250.75º | 0.45% | 0.93% | - |
| XYZ | 35.98 | 28.83 | 83.79 | - |
| YUV | 148.77 | 177.79 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 237 | 0.37 | 0.45 | 0 | 0.07 | 250.75 | 0.75 | 0.72 |
| Hex | 96 | 83 | ED | 25 | 2D | 0 | 7 | FB | 4B | 48 |
| Octal | 226 | 203 | 355 | 45 | 55 | 0 | 7 | 373 | 113 | 110 |
| Binary | 10010110 | 10000011 | 11101101 | 100101 | 101101 | 0 | 111 | 11111011 | 1001011 | 1001000 |
Color Harmonies of #9683ED
Complementary color
Monochromatic Colors of #9683ED
Black with #9683ED
Text Example
Text Example
White with #9683ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9683ED; }
p { color: rgb(150,131,237); }
H1.HeaderClassName
{
color: #9683ED;
}
.AnyTagClassName
{
color: #9683ED;
}
</style>
background-color css
<style>
a { background-color: #9683ED; }
a { background-color: rgb(150,131,237); }
div.DivClassName
{
background-color: #9683ED;
}
.BgClassName
{
background-color: #9683ED;
}
</style>
border-color css
<style>
span { border-color: #9683ED; }
span { border-color: rgb(150,131,237); }
td.TdClassName
{
border-color: #9683ED;
}
.TagClassName
{
border-color: #9683ED;
}
</style>