Shades of Medium Purple #9667F5
Tints of Medium Purple #9667F5
RGB
CMYK
RGB Variations
Color information
#9667F5 (or 0x9667F5) is known color: Medium Purple. HEX triplet: 96, 67 and F5. RGB value is (150,103,245). Sum of RGB (Red+Green+Blue) = 150+103+245=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #9667F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9667F5 is #69980A. Grayscale: #848484. Windows color (decimal): -6920203 or 16082838. OLE color: 16082838.
HSL color Cylindrical-coordinate representation of color #9667F5: hue angle of 259.86º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9667F5 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 103 | 245 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.04 |
| HSL | 259.86º | 0.88% | 0.68% | - |
| HSV(B) | 259.86º | 0.58% | 0.96% | - |
| XYZ | 33.91 | 22.78 | 89 | - |
| YUV | 133.24 | 191.07 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 245 | 0.39 | 0.58 | 0 | 0.04 | 259.86 | 0.88 | 0.68 |
| Hex | 96 | 67 | F5 | 27 | 3A | 0 | 4 | 104 | 58 | 44 |
| Octal | 226 | 147 | 365 | 47 | 72 | 0 | 4 | 404 | 130 | 104 |
| Binary | 10010110 | 1100111 | 11110101 | 100111 | 111010 | 0 | 100 | 100000100 | 1011000 | 1000100 |
Color Harmonies of #9667F5
Complementary color
Monochromatic Colors of #9667F5
Black with #9667F5
Text Example
Text Example
White with #9667F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9667F5; }
p { color: rgb(150,103,245); }
H1.HeaderClassName
{
color: #9667F5;
}
.AnyTagClassName
{
color: #9667F5;
}
</style>
background-color css
<style>
a { background-color: #9667F5; }
a { background-color: rgb(150,103,245); }
div.DivClassName
{
background-color: #9667F5;
}
.BgClassName
{
background-color: #9667F5;
}
</style>
border-color css
<style>
span { border-color: #9667F5; }
span { border-color: rgb(150,103,245); }
td.TdClassName
{
border-color: #9667F5;
}
.TagClassName
{
border-color: #9667F5;
}
</style>