Shades of Medium Purple #9F81ED
Tints of Medium Purple #9F81ED
RGB
CMYK
RGB Variations
Color information
#9F81ED (or 0x9F81ED) is known color: Medium Purple. HEX triplet: 9F, 81 and ED. RGB value is (159,129,237). Sum of RGB (Red+Green+Blue) = 159+129+237=525 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.29% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F81ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F81ED is #607E12. Grayscale: #959595. Windows color (decimal): -6323731 or 15565215. OLE color: 15565215.
HSL color Cylindrical-coordinate representation of color #9F81ED: hue angle of 256.67º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F81ED is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 129 | 237 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.07 |
| HSL | 256.67º | 0.75% | 0.72% | - |
| HSV(B) | 256.67º | 0.46% | 0.93% | - |
| XYZ | 37.43 | 29.19 | 83.78 | - |
| YUV | 150.28 | 176.94 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 237 | 0.33 | 0.46 | 0 | 0.07 | 256.67 | 0.75 | 0.72 |
| Hex | 9F | 81 | ED | 21 | 2E | 0 | 7 | 101 | 4B | 48 |
| Octal | 237 | 201 | 355 | 41 | 56 | 0 | 7 | 401 | 113 | 110 |
| Binary | 10011111 | 10000001 | 11101101 | 100001 | 101110 | 0 | 111 | 100000001 | 1001011 | 1001000 |
Color Harmonies of #9F81ED
Complementary color
Monochromatic Colors of #9F81ED
Black with #9F81ED
Text Example
Text Example
White with #9F81ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F81ED; }
p { color: rgb(159,129,237); }
H1.HeaderClassName
{
color: #9F81ED;
}
.AnyTagClassName
{
color: #9F81ED;
}
</style>
background-color css
<style>
a { background-color: #9F81ED; }
a { background-color: rgb(159,129,237); }
div.DivClassName
{
background-color: #9F81ED;
}
.BgClassName
{
background-color: #9F81ED;
}
</style>
border-color css
<style>
span { border-color: #9F81ED; }
span { border-color: rgb(159,129,237); }
td.TdClassName
{
border-color: #9F81ED;
}
.TagClassName
{
border-color: #9F81ED;
}
</style>