Shades of Medium Purple #9968E8
Tints of Medium Purple #9968E8
RGB
CMYK
RGB Variations
Color information
#9968E8 (or 0x9968E8) is known color: Medium Purple. HEX triplet: 99, 68 and E8. RGB value is (153,104,232). Sum of RGB (Red+Green+Blue) = 153+104+232=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 232 - color contains mainly: blue. Hex color #9968E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9968E8 is #669717. Grayscale: #848484. Windows color (decimal): -6723352 or 15231129. OLE color: 15231129.
HSL color Cylindrical-coordinate representation of color #9968E8: hue angle of 262.97º degrees, saturation: 0.74, 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 #9968E8 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 104 | 232 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.09 |
| HSL | 262.97º | 0.74% | 0.66% | - |
| HSV(B) | 262.97º | 0.55% | 0.91% | - |
| XYZ | 32.65 | 22.5 | 78.97 | - |
| YUV | 133.24 | 183.73 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 232 | 0.34 | 0.55 | 0 | 0.09 | 262.97 | 0.74 | 0.66 |
| Hex | 99 | 68 | E8 | 22 | 37 | 0 | 9 | 107 | 4A | 42 |
| Octal | 231 | 150 | 350 | 42 | 67 | 0 | 11 | 407 | 112 | 102 |
| Binary | 10011001 | 1101000 | 11101000 | 100010 | 110111 | 0 | 1001 | 100000111 | 1001010 | 1000010 |
Color Harmonies of #9968E8
Complementary color
Monochromatic Colors of #9968E8
Black with #9968E8
Text Example
Text Example
White with #9968E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9968E8; }
p { color: rgb(153,104,232); }
H1.HeaderClassName
{
color: #9968E8;
}
.AnyTagClassName
{
color: #9968E8;
}
</style>
background-color css
<style>
a { background-color: #9968E8; }
a { background-color: rgb(153,104,232); }
div.DivClassName
{
background-color: #9968E8;
}
.BgClassName
{
background-color: #9968E8;
}
</style>
border-color css
<style>
span { border-color: #9968E8; }
span { border-color: rgb(153,104,232); }
td.TdClassName
{
border-color: #9968E8;
}
.TagClassName
{
border-color: #9968E8;
}
</style>