Shades of Medium Purple #9485D6
Tints of Medium Purple #9485D6
RGB
CMYK
RGB Variations
Color information
#9485D6 (or 0x9485D6) is known color: Medium Purple. HEX triplet: 94, 85 and D6. RGB value is (148,133,214). Sum of RGB (Red+Green+Blue) = 148+133+214=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #9485D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9485D6 is #6B7A29. Grayscale: #929292. Windows color (decimal): -7043626 or 14058900. OLE color: 14058900.
HSL color Cylindrical-coordinate representation of color #9485D6: hue angle of 251.11º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9485D6 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 133 | 214 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.16 |
| HSL | 251.11º | 0.5% | 0.68% | - |
| HSV(B) | 251.11º | 0.38% | 0.84% | - |
| XYZ | 32.74 | 27.93 | 67.28 | - |
| YUV | 146.72 | 165.97 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 214 | 0.31 | 0.38 | 0 | 0.16 | 251.11 | 0.5 | 0.68 |
| Hex | 94 | 85 | D6 | 1F | 26 | 0 | 10 | FB | 32 | 44 |
| Octal | 224 | 205 | 326 | 37 | 46 | 0 | 20 | 373 | 62 | 104 |
| Binary | 10010100 | 10000101 | 11010110 | 11111 | 100110 | 0 | 10000 | 11111011 | 110010 | 1000100 |
Color Harmonies of #9485D6
Complementary color
Monochromatic Colors of #9485D6
Black with #9485D6
Text Example
Text Example
White with #9485D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9485D6; }
p { color: rgb(148,133,214); }
H1.HeaderClassName
{
color: #9485D6;
}
.AnyTagClassName
{
color: #9485D6;
}
</style>
background-color css
<style>
a { background-color: #9485D6; }
a { background-color: rgb(148,133,214); }
div.DivClassName
{
background-color: #9485D6;
}
.BgClassName
{
background-color: #9485D6;
}
</style>
border-color css
<style>
span { border-color: #9485D6; }
span { border-color: rgb(148,133,214); }
td.TdClassName
{
border-color: #9485D6;
}
.TagClassName
{
border-color: #9485D6;
}
</style>