Shades of Medium Purple #9775D5
Tints of Medium Purple #9775D5
RGB
CMYK
RGB Variations
Color information
#9775D5 (or 0x9775D5) is known color: Medium Purple. HEX triplet: 97, 75 and D5. RGB value is (151,117,213). Sum of RGB (Red+Green+Blue) = 151+117+213=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #9775D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9775D5 is #688A2A. Grayscale: #898989. Windows color (decimal): -6851115 or 13989271. OLE color: 13989271.
HSL color Cylindrical-coordinate representation of color #9775D5: hue angle of 261.25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9775D5 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 117 | 213 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.16 |
| HSL | 261.25º | 0.53% | 0.65% | - |
| HSV(B) | 261.25º | 0.45% | 0.84% | - |
| XYZ | 31.13 | 24.11 | 65.96 | - |
| YUV | 138.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 117 | 213 | 0.29 | 0.45 | 0 | 0.16 | 261.25 | 0.53 | 0.65 |
| Hex | 97 | 75 | D5 | 1D | 2D | 0 | 10 | 105 | 35 | 41 |
| Octal | 227 | 165 | 325 | 35 | 55 | 0 | 20 | 405 | 65 | 101 |
| Binary | 10010111 | 1110101 | 11010101 | 11101 | 101101 | 0 | 10000 | 100000101 | 110101 | 1000001 |
Color Harmonies of #9775D5
Complementary color
Monochromatic Colors of #9775D5
Black with #9775D5
Text Example
Text Example
White with #9775D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9775D5; }
p { color: rgb(151,117,213); }
H1.HeaderClassName
{
color: #9775D5;
}
.AnyTagClassName
{
color: #9775D5;
}
</style>
background-color css
<style>
a { background-color: #9775D5; }
a { background-color: rgb(151,117,213); }
div.DivClassName
{
background-color: #9775D5;
}
.BgClassName
{
background-color: #9775D5;
}
</style>
border-color css
<style>
span { border-color: #9775D5; }
span { border-color: rgb(151,117,213); }
td.TdClassName
{
border-color: #9775D5;
}
.TagClassName
{
border-color: #9775D5;
}
</style>