Shades of Medium Purple #9D6FDA
Tints of Medium Purple #9D6FDA
RGB
CMYK
RGB Variations
Color information
#9D6FDA (or 0x9D6FDA) is known color: Medium Purple. HEX triplet: 9D, 6F and DA. RGB value is (157,111,218). Sum of RGB (Red+Green+Blue) = 157+111+218=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D6FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6FDA is #629025. Grayscale: #888888. Windows color (decimal): -6459430 or 14315421. OLE color: 14315421.
HSL color Cylindrical-coordinate representation of color #9D6FDA: hue angle of 265.79º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D6FDA is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 111 | 218 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.15 |
| HSL | 265.79º | 0.59% | 0.65% | - |
| HSV(B) | 265.79º | 0.49% | 0.85% | - |
| XYZ | 32.24 | 23.6 | 69.19 | - |
| YUV | 136.95 | 173.74 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 111 | 218 | 0.28 | 0.49 | 0 | 0.15 | 265.79 | 0.59 | 0.65 |
| Hex | 9D | 6F | DA | 1C | 31 | 0 | F | 10A | 3B | 41 |
| Octal | 235 | 157 | 332 | 34 | 61 | 0 | 17 | 412 | 73 | 101 |
| Binary | 10011101 | 1101111 | 11011010 | 11100 | 110001 | 0 | 1111 | 100001010 | 111011 | 1000001 |
Color Harmonies of #9D6FDA
Complementary color
Monochromatic Colors of #9D6FDA
Black with #9D6FDA
Text Example
Text Example
White with #9D6FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6FDA; }
p { color: rgb(157,111,218); }
H1.HeaderClassName
{
color: #9D6FDA;
}
.AnyTagClassName
{
color: #9D6FDA;
}
</style>
background-color css
<style>
a { background-color: #9D6FDA; }
a { background-color: rgb(157,111,218); }
div.DivClassName
{
background-color: #9D6FDA;
}
.BgClassName
{
background-color: #9D6FDA;
}
</style>
border-color css
<style>
span { border-color: #9D6FDA; }
span { border-color: rgb(157,111,218); }
td.TdClassName
{
border-color: #9D6FDA;
}
.TagClassName
{
border-color: #9D6FDA;
}
</style>