Shades of Medium Purple #9653EF
Tints of Medium Purple #9653EF
RGB
CMYK
RGB Variations
Color information
#9653EF (or 0x9653EF) is known color: Medium Purple. HEX triplet: 96, 53 and EF. RGB value is (150,83,239). Sum of RGB (Red+Green+Blue) = 150+83+239=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #9653EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9653EF is #69AC10. Grayscale: #787878. Windows color (decimal): -6925329 or 15684502. OLE color: 15684502.
HSL color Cylindrical-coordinate representation of color #9653EF: hue angle of 265.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9653EF is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 83 | 239 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.06 |
| HSL | 265.77º | 0.83% | 0.63% | - |
| HSV(B) | 265.77º | 0.65% | 0.94% | - |
| XYZ | 31.25 | 18.9 | 83.66 | - |
| YUV | 120.82 | 194.7 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 239 | 0.37 | 0.65 | 0 | 0.06 | 265.77 | 0.83 | 0.63 |
| Hex | 96 | 53 | EF | 25 | 41 | 0 | 6 | 10A | 53 | 3F |
| Octal | 226 | 123 | 357 | 45 | 101 | 0 | 6 | 412 | 123 | 77 |
| Binary | 10010110 | 1010011 | 11101111 | 100101 | 1000001 | 0 | 110 | 100001010 | 1010011 | 111111 |
Color Harmonies of #9653EF
Complementary color
Monochromatic Colors of #9653EF
Black with #9653EF
Text Example
Text Example
White with #9653EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9653EF; }
p { color: rgb(150,83,239); }
H1.HeaderClassName
{
color: #9653EF;
}
.AnyTagClassName
{
color: #9653EF;
}
</style>
background-color css
<style>
a { background-color: #9653EF; }
a { background-color: rgb(150,83,239); }
div.DivClassName
{
background-color: #9653EF;
}
.BgClassName
{
background-color: #9653EF;
}
</style>
border-color css
<style>
span { border-color: #9653EF; }
span { border-color: rgb(150,83,239); }
td.TdClassName
{
border-color: #9653EF;
}
.TagClassName
{
border-color: #9653EF;
}
</style>