Shades of Medium Purple #9483DF
Tints of Medium Purple #9483DF
RGB
CMYK
RGB Variations
Color information
#9483DF (or 0x9483DF) is known color: Medium Purple. HEX triplet: 94, 83 and DF. RGB value is (148,131,223). Sum of RGB (Red+Green+Blue) = 148+131+223=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #9483DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9483DF is #6B7C20. Grayscale: #929292. Windows color (decimal): -7044129 or 14648212. OLE color: 14648212.
HSL color Cylindrical-coordinate representation of color #9483DF: hue angle of 251.09º 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 #9483DF is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 131 | 223 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.13 |
| HSL | 251.09º | 0.59% | 0.69% | - |
| HSV(B) | 251.09º | 0.41% | 0.87% | - |
| XYZ | 33.65 | 27.86 | 73.42 | - |
| YUV | 146.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 131 | 223 | 0.34 | 0.41 | 0 | 0.13 | 251.09 | 0.59 | 0.69 |
| Hex | 94 | 83 | DF | 22 | 29 | 0 | D | FB | 3B | 45 |
| Octal | 224 | 203 | 337 | 42 | 51 | 0 | 15 | 373 | 73 | 105 |
| Binary | 10010100 | 10000011 | 11011111 | 100010 | 101001 | 0 | 1101 | 11111011 | 111011 | 1000101 |
Color Harmonies of #9483DF
Complementary color
Monochromatic Colors of #9483DF
Black with #9483DF
Text Example
Text Example
White with #9483DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9483DF; }
p { color: rgb(148,131,223); }
H1.HeaderClassName
{
color: #9483DF;
}
.AnyTagClassName
{
color: #9483DF;
}
</style>
background-color css
<style>
a { background-color: #9483DF; }
a { background-color: rgb(148,131,223); }
div.DivClassName
{
background-color: #9483DF;
}
.BgClassName
{
background-color: #9483DF;
}
</style>
border-color css
<style>
span { border-color: #9483DF; }
span { border-color: rgb(148,131,223); }
td.TdClassName
{
border-color: #9483DF;
}
.TagClassName
{
border-color: #9483DF;
}
</style>