Shades of Medium Purple #9D75DA
Tints of Medium Purple #9D75DA
RGB
CMYK
RGB Variations
Color information
#9D75DA (or 0x9D75DA) is known color: Medium Purple. HEX triplet: 9D, 75 and DA. RGB value is (157,117,218). Sum of RGB (Red+Green+Blue) = 157+117+218=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D75DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D75DA is #628A25. Grayscale: #8C8C8C. Windows color (decimal): -6457894 or 14316957. OLE color: 14316957.
HSL color Cylindrical-coordinate representation of color #9D75DA: hue angle of 263.76º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D75DA is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 117 | 218 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.15 |
| HSL | 263.76º | 0.58% | 0.66% | - |
| HSV(B) | 263.76º | 0.46% | 0.85% | - |
| XYZ | 32.92 | 24.95 | 69.41 | - |
| YUV | 140.47 | 171.75 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 218 | 0.28 | 0.46 | 0 | 0.15 | 263.76 | 0.58 | 0.66 |
| Hex | 9D | 75 | DA | 1C | 2E | 0 | F | 108 | 3A | 42 |
| Octal | 235 | 165 | 332 | 34 | 56 | 0 | 17 | 410 | 72 | 102 |
| Binary | 10011101 | 1110101 | 11011010 | 11100 | 101110 | 0 | 1111 | 100001000 | 111010 | 1000010 |
Color Harmonies of #9D75DA
Complementary color
Monochromatic Colors of #9D75DA
Black with #9D75DA
Text Example
Text Example
White with #9D75DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D75DA; }
p { color: rgb(157,117,218); }
H1.HeaderClassName
{
color: #9D75DA;
}
.AnyTagClassName
{
color: #9D75DA;
}
</style>
background-color css
<style>
a { background-color: #9D75DA; }
a { background-color: rgb(157,117,218); }
div.DivClassName
{
background-color: #9D75DA;
}
.BgClassName
{
background-color: #9D75DA;
}
</style>
border-color css
<style>
span { border-color: #9D75DA; }
span { border-color: rgb(157,117,218); }
td.TdClassName
{
border-color: #9D75DA;
}
.TagClassName
{
border-color: #9D75DA;
}
</style>