Shades of Medium Purple #9782D5
Tints of Medium Purple #9782D5
RGB
CMYK
RGB Variations
Color information
#9782D5 (or 0x9782D5) is known color: Medium Purple. HEX triplet: 97, 82 and D5. RGB value is (151,130,213). Sum of RGB (Red+Green+Blue) = 151+130+213=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #9782D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9782D5 is #687D2A. Grayscale: #919191. Windows color (decimal): -6847787 or 13992599. OLE color: 13992599.
HSL color Cylindrical-coordinate representation of color #9782D5: hue angle of 255.18º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9782D5 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 130 | 213 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.16 |
| HSL | 255.18º | 0.5% | 0.67% | - |
| HSV(B) | 255.18º | 0.39% | 0.84% | - |
| XYZ | 32.76 | 27.35 | 66.5 | - |
| YUV | 145.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 213 | 0.29 | 0.39 | 0 | 0.16 | 255.18 | 0.5 | 0.67 |
| Hex | 97 | 82 | D5 | 1D | 27 | 0 | 10 | FF | 32 | 43 |
| Octal | 227 | 202 | 325 | 35 | 47 | 0 | 20 | 377 | 62 | 103 |
| Binary | 10010111 | 10000010 | 11010101 | 11101 | 100111 | 0 | 10000 | 11111111 | 110010 | 1000011 |
Color Harmonies of #9782D5
Complementary color
Monochromatic Colors of #9782D5
Black with #9782D5
Text Example
Text Example
White with #9782D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9782D5; }
p { color: rgb(151,130,213); }
H1.HeaderClassName
{
color: #9782D5;
}
.AnyTagClassName
{
color: #9782D5;
}
</style>
background-color css
<style>
a { background-color: #9782D5; }
a { background-color: rgb(151,130,213); }
div.DivClassName
{
background-color: #9782D5;
}
.BgClassName
{
background-color: #9782D5;
}
</style>
border-color css
<style>
span { border-color: #9782D5; }
span { border-color: rgb(151,130,213); }
td.TdClassName
{
border-color: #9782D5;
}
.TagClassName
{
border-color: #9782D5;
}
</style>