Shades of Medium Purple #9F67EC
Tints of Medium Purple #9F67EC
RGB
CMYK
RGB Variations
Color information
#9F67EC (or 0x9F67EC) is known color: Medium Purple. HEX triplet: 9F, 67 and EC. RGB value is (159,103,236). Sum of RGB (Red+Green+Blue) = 159+103+236=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F67EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F67EC is #609813. Grayscale: #868686. Windows color (decimal): -6330388 or 15493023. OLE color: 15493023.
HSL color Cylindrical-coordinate representation of color #9F67EC: hue angle of 265.26º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F67EC is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 103 | 236 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.07 |
| HSL | 265.26º | 0.78% | 0.66% | - |
| HSV(B) | 265.26º | 0.56% | 0.93% | - |
| XYZ | 34.29 | 23.13 | 82.01 | - |
| YUV | 134.91 | 185.05 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 236 | 0.33 | 0.56 | 0 | 0.07 | 265.26 | 0.78 | 0.66 |
| Hex | 9F | 67 | EC | 21 | 38 | 0 | 7 | 109 | 4E | 42 |
| Octal | 237 | 147 | 354 | 41 | 70 | 0 | 7 | 411 | 116 | 102 |
| Binary | 10011111 | 1100111 | 11101100 | 100001 | 111000 | 0 | 111 | 100001001 | 1001110 | 1000010 |
Color Harmonies of #9F67EC
Complementary color
Monochromatic Colors of #9F67EC
Black with #9F67EC
Text Example
Text Example
White with #9F67EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F67EC; }
p { color: rgb(159,103,236); }
H1.HeaderClassName
{
color: #9F67EC;
}
.AnyTagClassName
{
color: #9F67EC;
}
</style>
background-color css
<style>
a { background-color: #9F67EC; }
a { background-color: rgb(159,103,236); }
div.DivClassName
{
background-color: #9F67EC;
}
.BgClassName
{
background-color: #9F67EC;
}
</style>
border-color css
<style>
span { border-color: #9F67EC; }
span { border-color: rgb(159,103,236); }
td.TdClassName
{
border-color: #9F67EC;
}
.TagClassName
{
border-color: #9F67EC;
}
</style>