Shades of Medium Purple #9D6AF3
Tints of Medium Purple #9D6AF3
RGB
CMYK
RGB Variations
Color information
#9D6AF3 (or 0x9D6AF3) is known color: Medium Purple. HEX triplet: 9D, 6A and F3. RGB value is (157,106,243). Sum of RGB (Red+Green+Blue) = 157+106+243=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #9D6AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6AF3 is #62950C. Grayscale: #888888. Windows color (decimal): -6460685 or 15952541. OLE color: 15952541.
HSL color Cylindrical-coordinate representation of color #9D6AF3: hue angle of 262.34º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D6AF3 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 106 | 243 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.05 |
| HSL | 262.34º | 0.85% | 0.68% | - |
| HSV(B) | 262.34º | 0.56% | 0.95% | - |
| XYZ | 35.24 | 23.95 | 87.56 | - |
| YUV | 136.87 | 187.9 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 243 | 0.35 | 0.56 | 0 | 0.05 | 262.34 | 0.85 | 0.68 |
| Hex | 9D | 6A | F3 | 23 | 38 | 0 | 5 | 106 | 55 | 44 |
| Octal | 235 | 152 | 363 | 43 | 70 | 0 | 5 | 406 | 125 | 104 |
| Binary | 10011101 | 1101010 | 11110011 | 100011 | 111000 | 0 | 101 | 100000110 | 1010101 | 1000100 |
Color Harmonies of #9D6AF3
Complementary color
Monochromatic Colors of #9D6AF3
Black with #9D6AF3
Text Example
Text Example
White with #9D6AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6AF3; }
p { color: rgb(157,106,243); }
H1.HeaderClassName
{
color: #9D6AF3;
}
.AnyTagClassName
{
color: #9D6AF3;
}
</style>
background-color css
<style>
a { background-color: #9D6AF3; }
a { background-color: rgb(157,106,243); }
div.DivClassName
{
background-color: #9D6AF3;
}
.BgClassName
{
background-color: #9D6AF3;
}
</style>
border-color css
<style>
span { border-color: #9D6AF3; }
span { border-color: rgb(157,106,243); }
td.TdClassName
{
border-color: #9D6AF3;
}
.TagClassName
{
border-color: #9D6AF3;
}
</style>