Shades of Medium Purple #9675EC
Tints of Medium Purple #9675EC
RGB
CMYK
RGB Variations
Color information
#9675EC (or 0x9675EC) is known color: Medium Purple. HEX triplet: 96, 75 and EC. RGB value is (150,117,236). Sum of RGB (Red+Green+Blue) = 150+117+236=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #9675EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9675EC is #698A13. Grayscale: #8B8B8B. Windows color (decimal): -6916628 or 15496598. OLE color: 15496598.
HSL color Cylindrical-coordinate representation of color #9675EC: hue angle of 256.64º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9675EC is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 117 | 236 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.07 |
| HSL | 256.64º | 0.76% | 0.69% | - |
| HSV(B) | 256.64º | 0.5% | 0.93% | - |
| XYZ | 34.08 | 25.26 | 82.44 | - |
| YUV | 140.43 | 181.93 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 236 | 0.36 | 0.50 | 0 | 0.07 | 256.64 | 0.76 | 0.69 |
| Hex | 96 | 75 | EC | 24 | 32 | 0 | 7 | 101 | 4C | 45 |
| Octal | 226 | 165 | 354 | 44 | 62 | 0 | 7 | 401 | 114 | 105 |
| Binary | 10010110 | 1110101 | 11101100 | 100100 | 110010 | 0 | 111 | 100000001 | 1001100 | 1000101 |
Color Harmonies of #9675EC
Complementary color
Monochromatic Colors of #9675EC
Black with #9675EC
Text Example
Text Example
White with #9675EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9675EC; }
p { color: rgb(150,117,236); }
H1.HeaderClassName
{
color: #9675EC;
}
.AnyTagClassName
{
color: #9675EC;
}
</style>
background-color css
<style>
a { background-color: #9675EC; }
a { background-color: rgb(150,117,236); }
div.DivClassName
{
background-color: #9675EC;
}
.BgClassName
{
background-color: #9675EC;
}
</style>
border-color css
<style>
span { border-color: #9675EC; }
span { border-color: rgb(150,117,236); }
td.TdClassName
{
border-color: #9675EC;
}
.TagClassName
{
border-color: #9675EC;
}
</style>