Shades of Medium Purple #9782E5
Tints of Medium Purple #9782E5
RGB
CMYK
RGB Variations
Color information
#9782E5 (or 0x9782E5) is known color: Medium Purple. HEX triplet: 97, 82 and E5. RGB value is (151,130,229). Sum of RGB (Red+Green+Blue) = 151+130+229=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 229 (89.84% from 255 or 44.90% from 510); Max value from RGB is 229 - color contains mainly: blue. Hex color #9782E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9782E5 is #687D1A. Grayscale: #939393. Windows color (decimal): -6847771 or 15041175. OLE color: 15041175.
HSL color Cylindrical-coordinate representation of color #9782E5: hue angle of 252.73º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9782E5 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 130 | 229 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.10 |
| HSL | 252.73º | 0.66% | 0.7% | - |
| HSV(B) | 252.73º | 0.43% | 0.9% | - |
| XYZ | 34.89 | 28.2 | 77.73 | - |
| YUV | 147.57 | 173.96 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 229 | 0.34 | 0.43 | 0 | 0.10 | 252.73 | 0.66 | 0.7 |
| Hex | 97 | 82 | E5 | 22 | 2B | 0 | A | FD | 42 | 46 |
| Octal | 227 | 202 | 345 | 42 | 53 | 0 | 12 | 375 | 102 | 106 |
| Binary | 10010111 | 10000010 | 11100101 | 100010 | 101011 | 0 | 1010 | 11111101 | 1000010 | 1000110 |
Color Harmonies of #9782E5
Complementary color
Monochromatic Colors of #9782E5
Black with #9782E5
Text Example
Text Example
White with #9782E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9782E5; }
p { color: rgb(151,130,229); }
H1.HeaderClassName
{
color: #9782E5;
}
.AnyTagClassName
{
color: #9782E5;
}
</style>
background-color css
<style>
a { background-color: #9782E5; }
a { background-color: rgb(151,130,229); }
div.DivClassName
{
background-color: #9782E5;
}
.BgClassName
{
background-color: #9782E5;
}
</style>
border-color css
<style>
span { border-color: #9782E5; }
span { border-color: rgb(151,130,229); }
td.TdClassName
{
border-color: #9782E5;
}
.TagClassName
{
border-color: #9782E5;
}
</style>