Shades of Medium Purple #9F8AF1
Tints of Medium Purple #9F8AF1
RGB
CMYK
RGB Variations
Color information
#9F8AF1 (or 0x9F8AF1) is known color: Medium Purple. HEX triplet: 9F, 8A and F1. RGB value is (159,138,241). Sum of RGB (Red+Green+Blue) = 159+138+241=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F8AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8AF1 is #60750E. Grayscale: #9B9B9B. Windows color (decimal): -6321423 or 15829663. OLE color: 15829663.
HSL color Cylindrical-coordinate representation of color #9F8AF1: hue angle of 252.23º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F8AF1 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 138 | 241 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.05 |
| HSL | 252.23º | 0.79% | 0.74% | - |
| HSV(B) | 252.23º | 0.43% | 0.95% | - |
| XYZ | 39.26 | 31.9 | 87.31 | - |
| YUV | 156.02 | 175.96 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 241 | 0.34 | 0.43 | 0 | 0.05 | 252.23 | 0.79 | 0.74 |
| Hex | 9F | 8A | F1 | 22 | 2B | 0 | 5 | FC | 4F | 4A |
| Octal | 237 | 212 | 361 | 42 | 53 | 0 | 5 | 374 | 117 | 112 |
| Binary | 10011111 | 10001010 | 11110001 | 100010 | 101011 | 0 | 101 | 11111100 | 1001111 | 1001010 |
Color Harmonies of #9F8AF1
Complementary color
Monochromatic Colors of #9F8AF1
Black with #9F8AF1
Text Example
Text Example
White with #9F8AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8AF1; }
p { color: rgb(159,138,241); }
H1.HeaderClassName
{
color: #9F8AF1;
}
.AnyTagClassName
{
color: #9F8AF1;
}
</style>
background-color css
<style>
a { background-color: #9F8AF1; }
a { background-color: rgb(159,138,241); }
div.DivClassName
{
background-color: #9F8AF1;
}
.BgClassName
{
background-color: #9F8AF1;
}
</style>
border-color css
<style>
span { border-color: #9F8AF1; }
span { border-color: rgb(159,138,241); }
td.TdClassName
{
border-color: #9F8AF1;
}
.TagClassName
{
border-color: #9F8AF1;
}
</style>