Shades of Medium Purple #9667EB
Tints of Medium Purple #9667EB
RGB
CMYK
RGB Variations
Color information
#9667EB (or 0x9667EB) is known color: Medium Purple. HEX triplet: 96, 67 and EB. RGB value is (150,103,235). Sum of RGB (Red+Green+Blue) = 150+103+235=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #9667EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9667EB is #699814. Grayscale: #838383. Windows color (decimal): -6920213 or 15427478. OLE color: 15427478.
HSL color Cylindrical-coordinate representation of color #9667EB: hue angle of 261.36º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9667EB is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 103 | 235 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.08 |
| HSL | 261.36º | 0.77% | 0.66% | - |
| HSV(B) | 261.36º | 0.56% | 0.92% | - |
| XYZ | 32.42 | 22.18 | 81.17 | - |
| YUV | 132.1 | 186.07 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 235 | 0.36 | 0.56 | 0 | 0.08 | 261.36 | 0.77 | 0.66 |
| Hex | 96 | 67 | EB | 24 | 38 | 0 | 8 | 105 | 4D | 42 |
| Octal | 226 | 147 | 353 | 44 | 70 | 0 | 10 | 405 | 115 | 102 |
| Binary | 10010110 | 1100111 | 11101011 | 100100 | 111000 | 0 | 1000 | 100000101 | 1001101 | 1000010 |
Color Harmonies of #9667EB
Complementary color
Monochromatic Colors of #9667EB
Black with #9667EB
Text Example
Text Example
White with #9667EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9667EB; }
p { color: rgb(150,103,235); }
H1.HeaderClassName
{
color: #9667EB;
}
.AnyTagClassName
{
color: #9667EB;
}
</style>
background-color css
<style>
a { background-color: #9667EB; }
a { background-color: rgb(150,103,235); }
div.DivClassName
{
background-color: #9667EB;
}
.BgClassName
{
background-color: #9667EB;
}
</style>
border-color css
<style>
span { border-color: #9667EB; }
span { border-color: rgb(150,103,235); }
td.TdClassName
{
border-color: #9667EB;
}
.TagClassName
{
border-color: #9667EB;
}
</style>