Shades of Medium Purple #9669EF
Tints of Medium Purple #9669EF
RGB
CMYK
RGB Variations
Color information
#9669EF (or 0x9669EF) is known color: Medium Purple. HEX triplet: 96, 69 and EF. RGB value is (150,105,239). Sum of RGB (Red+Green+Blue) = 150+105+239=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #9669EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9669EF is #699610. Grayscale: #858585. Windows color (decimal): -6919697 or 15690134. OLE color: 15690134.
HSL color Cylindrical-coordinate representation of color #9669EF: hue angle of 260.15º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9669EF is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 105 | 239 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.06 |
| HSL | 260.15º | 0.81% | 0.67% | - |
| HSV(B) | 260.15º | 0.56% | 0.94% | - |
| XYZ | 33.21 | 22.82 | 84.32 | - |
| YUV | 133.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 239 | 0.37 | 0.56 | 0 | 0.06 | 260.15 | 0.81 | 0.67 |
| Hex | 96 | 69 | EF | 25 | 38 | 0 | 6 | 104 | 51 | 43 |
| Octal | 226 | 151 | 357 | 45 | 70 | 0 | 6 | 404 | 121 | 103 |
| Binary | 10010110 | 1101001 | 11101111 | 100101 | 111000 | 0 | 110 | 100000100 | 1010001 | 1000011 |
Color Harmonies of #9669EF
Complementary color
Monochromatic Colors of #9669EF
Black with #9669EF
Text Example
Text Example
White with #9669EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9669EF; }
p { color: rgb(150,105,239); }
H1.HeaderClassName
{
color: #9669EF;
}
.AnyTagClassName
{
color: #9669EF;
}
</style>
background-color css
<style>
a { background-color: #9669EF; }
a { background-color: rgb(150,105,239); }
div.DivClassName
{
background-color: #9669EF;
}
.BgClassName
{
background-color: #9669EF;
}
</style>
border-color css
<style>
span { border-color: #9669EF; }
span { border-color: rgb(150,105,239); }
td.TdClassName
{
border-color: #9669EF;
}
.TagClassName
{
border-color: #9669EF;
}
</style>