Shades of Medium Purple #9283DF
Tints of Medium Purple #9283DF
RGB
CMYK
RGB Variations
Color information
#9283DF (or 0x9283DF) is known color: Medium Purple. HEX triplet: 92, 83 and DF. RGB value is (146,131,223). Sum of RGB (Red+Green+Blue) = 146+131+223=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #9283DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9283DF is #6D7C20. Grayscale: #919191. Windows color (decimal): -7175201 or 14648210. OLE color: 14648210.
HSL color Cylindrical-coordinate representation of color #9283DF: hue angle of 249.78º 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 #9283DF is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 131 | 223 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.13 |
| HSL | 249.78º | 0.59% | 0.69% | - |
| HSV(B) | 249.78º | 0.41% | 0.87% | - |
| XYZ | 33.29 | 27.67 | 73.4 | - |
| YUV | 145.97 | 171.47 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 223 | 0.35 | 0.41 | 0 | 0.13 | 249.78 | 0.59 | 0.69 |
| Hex | 92 | 83 | DF | 23 | 29 | 0 | D | FA | 3B | 45 |
| Octal | 222 | 203 | 337 | 43 | 51 | 0 | 15 | 372 | 73 | 105 |
| Binary | 10010010 | 10000011 | 11011111 | 100011 | 101001 | 0 | 1101 | 11111010 | 111011 | 1000101 |
Color Harmonies of #9283DF
Complementary color
Monochromatic Colors of #9283DF
Black with #9283DF
Text Example
Text Example
White with #9283DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9283DF; }
p { color: rgb(146,131,223); }
H1.HeaderClassName
{
color: #9283DF;
}
.AnyTagClassName
{
color: #9283DF;
}
</style>
background-color css
<style>
a { background-color: #9283DF; }
a { background-color: rgb(146,131,223); }
div.DivClassName
{
background-color: #9283DF;
}
.BgClassName
{
background-color: #9283DF;
}
</style>
border-color css
<style>
span { border-color: #9283DF; }
span { border-color: rgb(146,131,223); }
td.TdClassName
{
border-color: #9283DF;
}
.TagClassName
{
border-color: #9283DF;
}
</style>