Shades of Medium Purple #9653EA
Tints of Medium Purple #9653EA
RGB
CMYK
RGB Variations
Color information
#9653EA (or 0x9653EA) is known color: Medium Purple. HEX triplet: 96, 53 and EA. RGB value is (150,83,234). Sum of RGB (Red+Green+Blue) = 150+83+234=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 83 (32.81% from 255 or 17.77% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #9653EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9653EA is #69AC15. Grayscale: #777777. Windows color (decimal): -6925334 or 15356822. OLE color: 15356822.
HSL color Cylindrical-coordinate representation of color #9653EA: hue angle of 266.62º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9653EA is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 83 | 234 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.08 |
| HSL | 266.62º | 0.78% | 0.62% | - |
| HSV(B) | 266.62º | 0.65% | 0.92% | - |
| XYZ | 30.52 | 18.61 | 79.83 | - |
| YUV | 120.25 | 192.2 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 234 | 0.36 | 0.65 | 0 | 0.08 | 266.62 | 0.78 | 0.62 |
| Hex | 96 | 53 | EA | 24 | 41 | 0 | 8 | 10B | 4E | 3E |
| Octal | 226 | 123 | 352 | 44 | 101 | 0 | 10 | 413 | 116 | 76 |
| Binary | 10010110 | 1010011 | 11101010 | 100100 | 1000001 | 0 | 1000 | 100001011 | 1001110 | 111110 |
Color Harmonies of #9653EA
Complementary color
Monochromatic Colors of #9653EA
Black with #9653EA
Text Example
Text Example
White with #9653EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9653EA; }
p { color: rgb(150,83,234); }
H1.HeaderClassName
{
color: #9653EA;
}
.AnyTagClassName
{
color: #9653EA;
}
</style>
background-color css
<style>
a { background-color: #9653EA; }
a { background-color: rgb(150,83,234); }
div.DivClassName
{
background-color: #9653EA;
}
.BgClassName
{
background-color: #9653EA;
}
</style>
border-color css
<style>
span { border-color: #9653EA; }
span { border-color: rgb(150,83,234); }
td.TdClassName
{
border-color: #9653EA;
}
.TagClassName
{
border-color: #9653EA;
}
</style>