Shades of Medium Purple #9D75DC
Tints of Medium Purple #9D75DC
RGB
CMYK
RGB Variations
Color information
#9D75DC (or 0x9D75DC) is known color: Medium Purple. HEX triplet: 9D, 75 and DC. RGB value is (157,117,220). Sum of RGB (Red+Green+Blue) = 157+117+220=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D75DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D75DC is #628A23. Grayscale: #8C8C8C. Windows color (decimal): -6457892 or 14448029. OLE color: 14448029.
HSL color Cylindrical-coordinate representation of color #9D75DC: hue angle of 263.3º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D75DC is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 117 | 220 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.14 |
| HSL | 263.3º | 0.6% | 0.66% | - |
| HSV(B) | 263.3º | 0.47% | 0.86% | - |
| XYZ | 33.18 | 25.06 | 70.8 | - |
| YUV | 140.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 220 | 0.29 | 0.47 | 0 | 0.14 | 263.3 | 0.6 | 0.66 |
| Hex | 9D | 75 | DC | 1D | 2F | 0 | E | 107 | 3C | 42 |
| Octal | 235 | 165 | 334 | 35 | 57 | 0 | 16 | 407 | 74 | 102 |
| Binary | 10011101 | 1110101 | 11011100 | 11101 | 101111 | 0 | 1110 | 100000111 | 111100 | 1000010 |
Color Harmonies of #9D75DC
Complementary color
Monochromatic Colors of #9D75DC
Black with #9D75DC
Text Example
Text Example
White with #9D75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D75DC; }
p { color: rgb(157,117,220); }
H1.HeaderClassName
{
color: #9D75DC;
}
.AnyTagClassName
{
color: #9D75DC;
}
</style>
background-color css
<style>
a { background-color: #9D75DC; }
a { background-color: rgb(157,117,220); }
div.DivClassName
{
background-color: #9D75DC;
}
.BgClassName
{
background-color: #9D75DC;
}
</style>
border-color css
<style>
span { border-color: #9D75DC; }
span { border-color: rgb(157,117,220); }
td.TdClassName
{
border-color: #9D75DC;
}
.TagClassName
{
border-color: #9D75DC;
}
</style>