Shades of Medium Purple #9669E5
Tints of Medium Purple #9669E5
RGB
CMYK
RGB Variations
Color information
#9669E5 (or 0x9669E5) is known color: Medium Purple. HEX triplet: 96, 69 and E5. RGB value is (150,105,229). Sum of RGB (Red+Green+Blue) = 150+105+229=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #9669E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9669E5 is #69961A. Grayscale: #848484. Windows color (decimal): -6919707 or 15034774. OLE color: 15034774.
HSL color Cylindrical-coordinate representation of color #9669E5: hue angle of 261.77º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9669E5 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 105 | 229 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.10 |
| HSL | 261.77º | 0.7% | 0.65% | - |
| HSV(B) | 261.77º | 0.54% | 0.9% | - |
| XYZ | 31.77 | 22.24 | 76.75 | - |
| YUV | 132.59 | 182.41 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 229 | 0.34 | 0.54 | 0 | 0.10 | 261.77 | 0.7 | 0.65 |
| Hex | 96 | 69 | E5 | 22 | 36 | 0 | A | 106 | 46 | 41 |
| Octal | 226 | 151 | 345 | 42 | 66 | 0 | 12 | 406 | 106 | 101 |
| Binary | 10010110 | 1101001 | 11100101 | 100010 | 110110 | 0 | 1010 | 100000110 | 1000110 | 1000001 |
Color Harmonies of #9669E5
Complementary color
Monochromatic Colors of #9669E5
Black with #9669E5
Text Example
Text Example
White with #9669E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9669E5; }
p { color: rgb(150,105,229); }
H1.HeaderClassName
{
color: #9669E5;
}
.AnyTagClassName
{
color: #9669E5;
}
</style>
background-color css
<style>
a { background-color: #9669E5; }
a { background-color: rgb(150,105,229); }
div.DivClassName
{
background-color: #9669E5;
}
.BgClassName
{
background-color: #9669E5;
}
</style>
border-color css
<style>
span { border-color: #9669E5; }
span { border-color: rgb(150,105,229); }
td.TdClassName
{
border-color: #9669E5;
}
.TagClassName
{
border-color: #9669E5;
}
</style>