Shades of Medium Purple #9652EF
Tints of Medium Purple #9652EF
RGB
CMYK
RGB Variations
Color information
#9652EF (or 0x9652EF) is known color: Medium Purple. HEX triplet: 96, 52 and EF. RGB value is (150,82,239). Sum of RGB (Red+Green+Blue) = 150+82+239=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #9652EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9652EF is #69AD10. Grayscale: #777777. Windows color (decimal): -6925585 or 15684246. OLE color: 15684246.
HSL color Cylindrical-coordinate representation of color #9652EF: hue angle of 265.99º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9652EF is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 82 | 239 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.06 |
| HSL | 265.99º | 0.83% | 0.63% | - |
| HSV(B) | 265.99º | 0.66% | 0.94% | - |
| XYZ | 31.17 | 18.75 | 83.64 | - |
| YUV | 120.23 | 195.03 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 239 | 0.37 | 0.66 | 0 | 0.06 | 265.99 | 0.83 | 0.63 |
| Hex | 96 | 52 | EF | 25 | 42 | 0 | 6 | 10A | 53 | 3F |
| Octal | 226 | 122 | 357 | 45 | 102 | 0 | 6 | 412 | 123 | 77 |
| Binary | 10010110 | 1010010 | 11101111 | 100101 | 1000010 | 0 | 110 | 100001010 | 1010011 | 111111 |
Color Harmonies of #9652EF
Complementary color
Monochromatic Colors of #9652EF
Black with #9652EF
Text Example
Text Example
White with #9652EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9652EF; }
p { color: rgb(150,82,239); }
H1.HeaderClassName
{
color: #9652EF;
}
.AnyTagClassName
{
color: #9652EF;
}
</style>
background-color css
<style>
a { background-color: #9652EF; }
a { background-color: rgb(150,82,239); }
div.DivClassName
{
background-color: #9652EF;
}
.BgClassName
{
background-color: #9652EF;
}
</style>
border-color css
<style>
span { border-color: #9652EF; }
span { border-color: rgb(150,82,239); }
td.TdClassName
{
border-color: #9652EF;
}
.TagClassName
{
border-color: #9652EF;
}
</style>