Shades of Medium Purple #9665ED
Tints of Medium Purple #9665ED
RGB
CMYK
RGB Variations
Color information
#9665ED (or 0x9665ED) is known color: Medium Purple. HEX triplet: 96, 65 and ED. RGB value is (150,101,237). Sum of RGB (Red+Green+Blue) = 150+101+237=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #9665ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9665ED is #699A12. Grayscale: #828282. Windows color (decimal): -6920723 or 15558038. OLE color: 15558038.
HSL color Cylindrical-coordinate representation of color #9665ED: hue angle of 261.62º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9665ED is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 101 | 237 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.07 |
| HSL | 261.62º | 0.79% | 0.66% | - |
| HSV(B) | 261.62º | 0.57% | 0.93% | - |
| XYZ | 32.52 | 21.91 | 82.64 | - |
| YUV | 131.16 | 187.73 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 237 | 0.37 | 0.57 | 0 | 0.07 | 261.62 | 0.79 | 0.66 |
| Hex | 96 | 65 | ED | 25 | 39 | 0 | 7 | 106 | 4F | 42 |
| Octal | 226 | 145 | 355 | 45 | 71 | 0 | 7 | 406 | 117 | 102 |
| Binary | 10010110 | 1100101 | 11101101 | 100101 | 111001 | 0 | 111 | 100000110 | 1001111 | 1000010 |
Color Harmonies of #9665ED
Complementary color
Monochromatic Colors of #9665ED
Black with #9665ED
Text Example
Text Example
White with #9665ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665ED; }
p { color: rgb(150,101,237); }
H1.HeaderClassName
{
color: #9665ED;
}
.AnyTagClassName
{
color: #9665ED;
}
</style>
background-color css
<style>
a { background-color: #9665ED; }
a { background-color: rgb(150,101,237); }
div.DivClassName
{
background-color: #9665ED;
}
.BgClassName
{
background-color: #9665ED;
}
</style>
border-color css
<style>
span { border-color: #9665ED; }
span { border-color: rgb(150,101,237); }
td.TdClassName
{
border-color: #9665ED;
}
.TagClassName
{
border-color: #9665ED;
}
</style>