Shades of Medium Purple #9F67EF
Tints of Medium Purple #9F67EF
RGB
CMYK
RGB Variations
Color information
#9F67EF (or 0x9F67EF) is known color: Medium Purple. HEX triplet: 9F, 67 and EF. RGB value is (159,103,239). Sum of RGB (Red+Green+Blue) = 159+103+239=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F67EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F67EF is #609810. Grayscale: #868686. Windows color (decimal): -6330385 or 15689631. OLE color: 15689631.
HSL color Cylindrical-coordinate representation of color #9F67EF: hue angle of 264.71º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F67EF is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 103 | 239 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.06 |
| HSL | 264.71º | 0.81% | 0.67% | - |
| HSV(B) | 264.71º | 0.57% | 0.94% | - |
| XYZ | 34.73 | 23.3 | 84.33 | - |
| YUV | 135.25 | 186.55 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 239 | 0.33 | 0.57 | 0 | 0.06 | 264.71 | 0.81 | 0.67 |
| Hex | 9F | 67 | EF | 21 | 39 | 0 | 6 | 109 | 51 | 43 |
| Octal | 237 | 147 | 357 | 41 | 71 | 0 | 6 | 411 | 121 | 103 |
| Binary | 10011111 | 1100111 | 11101111 | 100001 | 111001 | 0 | 110 | 100001001 | 1010001 | 1000011 |
Color Harmonies of #9F67EF
Complementary color
Monochromatic Colors of #9F67EF
Black with #9F67EF
Text Example
Text Example
White with #9F67EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F67EF; }
p { color: rgb(159,103,239); }
H1.HeaderClassName
{
color: #9F67EF;
}
.AnyTagClassName
{
color: #9F67EF;
}
</style>
background-color css
<style>
a { background-color: #9F67EF; }
a { background-color: rgb(159,103,239); }
div.DivClassName
{
background-color: #9F67EF;
}
.BgClassName
{
background-color: #9F67EF;
}
</style>
border-color css
<style>
span { border-color: #9F67EF; }
span { border-color: rgb(159,103,239); }
td.TdClassName
{
border-color: #9F67EF;
}
.TagClassName
{
border-color: #9F67EF;
}
</style>