Shades of Medium Purple #9669F0
Tints of Medium Purple #9669F0
RGB
CMYK
RGB Variations
Color information
#9669F0 (or 0x9669F0) is known color: Medium Purple. HEX triplet: 96, 69 and F0. RGB value is (150,105,240). Sum of RGB (Red+Green+Blue) = 150+105+240=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #9669F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9669F0 is #69960F. Grayscale: #858585. Windows color (decimal): -6919696 or 15755670. OLE color: 15755670.
HSL color Cylindrical-coordinate representation of color #9669F0: hue angle of 260º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9669F0 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 105 | 240 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.06 |
| HSL | 260º | 0.82% | 0.68% | - |
| HSV(B) | 260º | 0.56% | 0.94% | - |
| XYZ | 33.36 | 22.88 | 85.1 | - |
| YUV | 133.85 | 187.91 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 240 | 0.37 | 0.56 | 0 | 0.06 | 260 | 0.82 | 0.68 |
| Hex | 96 | 69 | F0 | 25 | 38 | 0 | 6 | 104 | 52 | 44 |
| Octal | 226 | 151 | 360 | 45 | 70 | 0 | 6 | 404 | 122 | 104 |
| Binary | 10010110 | 1101001 | 11110000 | 100101 | 111000 | 0 | 110 | 100000100 | 1010010 | 1000100 |
Color Harmonies of #9669F0
Complementary color
Monochromatic Colors of #9669F0
Black with #9669F0
Text Example
Text Example
White with #9669F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9669F0; }
p { color: rgb(150,105,240); }
H1.HeaderClassName
{
color: #9669F0;
}
.AnyTagClassName
{
color: #9669F0;
}
</style>
background-color css
<style>
a { background-color: #9669F0; }
a { background-color: rgb(150,105,240); }
div.DivClassName
{
background-color: #9669F0;
}
.BgClassName
{
background-color: #9669F0;
}
</style>
border-color css
<style>
span { border-color: #9669F0; }
span { border-color: rgb(150,105,240); }
td.TdClassName
{
border-color: #9669F0;
}
.TagClassName
{
border-color: #9669F0;
}
</style>