Shades of Medium Purple #9968E7
Tints of Medium Purple #9968E7
RGB
CMYK
RGB Variations
Color information
#9968E7 (or 0x9968E7) is known color: Medium Purple. HEX triplet: 99, 68 and E7. RGB value is (153,104,231). Sum of RGB (Red+Green+Blue) = 153+104+231=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 231 - color contains mainly: blue. Hex color #9968E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9968E7 is #669718. Grayscale: #848484. Windows color (decimal): -6723353 or 15165593. OLE color: 15165593.
HSL color Cylindrical-coordinate representation of color #9968E7: hue angle of 263.15º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9968E7 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 104 | 231 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.09 |
| HSL | 263.15º | 0.73% | 0.66% | - |
| HSV(B) | 263.15º | 0.55% | 0.91% | - |
| XYZ | 32.51 | 22.44 | 78.22 | - |
| YUV | 133.13 | 183.23 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 231 | 0.34 | 0.55 | 0 | 0.09 | 263.15 | 0.73 | 0.66 |
| Hex | 99 | 68 | E7 | 22 | 37 | 0 | 9 | 107 | 49 | 42 |
| Octal | 231 | 150 | 347 | 42 | 67 | 0 | 11 | 407 | 111 | 102 |
| Binary | 10011001 | 1101000 | 11100111 | 100010 | 110111 | 0 | 1001 | 100000111 | 1001001 | 1000010 |
Color Harmonies of #9968E7
Complementary color
Monochromatic Colors of #9968E7
Black with #9968E7
Text Example
Text Example
White with #9968E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9968E7; }
p { color: rgb(153,104,231); }
H1.HeaderClassName
{
color: #9968E7;
}
.AnyTagClassName
{
color: #9968E7;
}
</style>
background-color css
<style>
a { background-color: #9968E7; }
a { background-color: rgb(153,104,231); }
div.DivClassName
{
background-color: #9968E7;
}
.BgClassName
{
background-color: #9968E7;
}
</style>
border-color css
<style>
span { border-color: #9968E7; }
span { border-color: rgb(153,104,231); }
td.TdClassName
{
border-color: #9968E7;
}
.TagClassName
{
border-color: #9968E7;
}
</style>