Shades of Medium Purple #9653F5
Tints of Medium Purple #9653F5
RGB
CMYK
RGB Variations
Color information
#9653F5 (or 0x9653F5) is known color: Medium Purple. HEX triplet: 96, 53 and F5. RGB value is (150,83,245). Sum of RGB (Red+Green+Blue) = 150+83+245=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 245 (96.09% from 255 or 51.26% from 478); Max value from RGB is 245 - color contains mainly: blue. Hex color #9653F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9653F5 is #69AC0A. Grayscale: #787878. Windows color (decimal): -6925323 or 16077718. OLE color: 16077718.
HSL color Cylindrical-coordinate representation of color #9653F5: hue angle of 264.81º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9653F5 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 83 | 245 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.04 |
| HSL | 264.81º | 0.89% | 0.64% | - |
| HSV(B) | 264.81º | 0.66% | 0.96% | - |
| XYZ | 32.15 | 19.26 | 88.41 | - |
| YUV | 121.5 | 197.7 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 245 | 0.39 | 0.66 | 0 | 0.04 | 264.81 | 0.89 | 0.64 |
| Hex | 96 | 53 | F5 | 27 | 42 | 0 | 4 | 109 | 59 | 40 |
| Octal | 226 | 123 | 365 | 47 | 102 | 0 | 4 | 411 | 131 | 100 |
| Binary | 10010110 | 1010011 | 11110101 | 100111 | 1000010 | 0 | 100 | 100001001 | 1011001 | 1000000 |
Color Harmonies of #9653F5
Complementary color
Monochromatic Colors of #9653F5
Black with #9653F5
Text Example
Text Example
White with #9653F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9653F5; }
p { color: rgb(150,83,245); }
H1.HeaderClassName
{
color: #9653F5;
}
.AnyTagClassName
{
color: #9653F5;
}
</style>
background-color css
<style>
a { background-color: #9653F5; }
a { background-color: rgb(150,83,245); }
div.DivClassName
{
background-color: #9653F5;
}
.BgClassName
{
background-color: #9653F5;
}
</style>
border-color css
<style>
span { border-color: #9653F5; }
span { border-color: rgb(150,83,245); }
td.TdClassName
{
border-color: #9653F5;
}
.TagClassName
{
border-color: #9653F5;
}
</style>