Shades of Medium Purple #9675ED
Tints of Medium Purple #9675ED
RGB
CMYK
RGB Variations
Color information
#9675ED (or 0x9675ED) is known color: Medium Purple. HEX triplet: 96, 75 and ED. RGB value is (150,117,237). Sum of RGB (Red+Green+Blue) = 150+117+237=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #9675ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9675ED is #698A12. Grayscale: #8C8C8C. Windows color (decimal): -6916627 or 15562134. OLE color: 15562134.
HSL color Cylindrical-coordinate representation of color #9675ED: hue angle of 256.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9675ED is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 117 | 237 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.07 |
| HSL | 256.5º | 0.77% | 0.69% | - |
| HSV(B) | 256.5º | 0.51% | 0.93% | - |
| XYZ | 34.23 | 25.32 | 83.2 | - |
| YUV | 140.55 | 182.43 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 237 | 0.37 | 0.51 | 0 | 0.07 | 256.5 | 0.77 | 0.69 |
| Hex | 96 | 75 | ED | 25 | 33 | 0 | 7 | 100 | 4D | 45 |
| Octal | 226 | 165 | 355 | 45 | 63 | 0 | 7 | 400 | 115 | 105 |
| Binary | 10010110 | 1110101 | 11101101 | 100101 | 110011 | 0 | 111 | 100000000 | 1001101 | 1000101 |
Color Harmonies of #9675ED
Complementary color
Monochromatic Colors of #9675ED
Black with #9675ED
Text Example
Text Example
White with #9675ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9675ED; }
p { color: rgb(150,117,237); }
H1.HeaderClassName
{
color: #9675ED;
}
.AnyTagClassName
{
color: #9675ED;
}
</style>
background-color css
<style>
a { background-color: #9675ED; }
a { background-color: rgb(150,117,237); }
div.DivClassName
{
background-color: #9675ED;
}
.BgClassName
{
background-color: #9675ED;
}
</style>
border-color css
<style>
span { border-color: #9675ED; }
span { border-color: rgb(150,117,237); }
td.TdClassName
{
border-color: #9675ED;
}
.TagClassName
{
border-color: #9675ED;
}
</style>