Shades of Medium Purple #9483D7
Tints of Medium Purple #9483D7
RGB
CMYK
RGB Variations
Color information
#9483D7 (or 0x9483D7) is known color: Medium Purple. HEX triplet: 94, 83 and D7. RGB value is (148,131,215). Sum of RGB (Red+Green+Blue) = 148+131+215=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #9483D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9483D7 is #6B7C28. Grayscale: #919191. Windows color (decimal): -7044137 or 14123924. OLE color: 14123924.
HSL color Cylindrical-coordinate representation of color #9483D7: hue angle of 252.14º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9483D7 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 131 | 215 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.16 |
| HSL | 252.14º | 0.51% | 0.68% | - |
| HSV(B) | 252.14º | 0.39% | 0.84% | - |
| XYZ | 32.59 | 27.43 | 67.87 | - |
| YUV | 145.66 | 167.13 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 131 | 215 | 0.31 | 0.39 | 0 | 0.16 | 252.14 | 0.51 | 0.68 |
| Hex | 94 | 83 | D7 | 1F | 27 | 0 | 10 | FC | 33 | 44 |
| Octal | 224 | 203 | 327 | 37 | 47 | 0 | 20 | 374 | 63 | 104 |
| Binary | 10010100 | 10000011 | 11010111 | 11111 | 100111 | 0 | 10000 | 11111100 | 110011 | 1000100 |
Color Harmonies of #9483D7
Complementary color
Monochromatic Colors of #9483D7
Black with #9483D7
Text Example
Text Example
White with #9483D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9483D7; }
p { color: rgb(148,131,215); }
H1.HeaderClassName
{
color: #9483D7;
}
.AnyTagClassName
{
color: #9483D7;
}
</style>
background-color css
<style>
a { background-color: #9483D7; }
a { background-color: rgb(148,131,215); }
div.DivClassName
{
background-color: #9483D7;
}
.BgClassName
{
background-color: #9483D7;
}
</style>
border-color css
<style>
span { border-color: #9483D7; }
span { border-color: rgb(148,131,215); }
td.TdClassName
{
border-color: #9483D7;
}
.TagClassName
{
border-color: #9483D7;
}
</style>