Shades of Medium Purple #9672EE
Tints of Medium Purple #9672EE
RGB
CMYK
RGB Variations
Color information
#9672EE (or 0x9672EE) is known color: Medium Purple. HEX triplet: 96, 72 and EE. RGB value is (150,114,238). Sum of RGB (Red+Green+Blue) = 150+114+238=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #9672EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9672EE is #698D11. Grayscale: #8A8A8A. Windows color (decimal): -6917394 or 15626902. OLE color: 15626902.
HSL color Cylindrical-coordinate representation of color #9672EE: hue angle of 257.42º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9672EE is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 114 | 238 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.07 |
| HSL | 257.42º | 0.78% | 0.69% | - |
| HSV(B) | 257.42º | 0.52% | 0.93% | - |
| XYZ | 34.03 | 24.69 | 83.86 | - |
| YUV | 138.9 | 183.93 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 238 | 0.37 | 0.52 | 0 | 0.07 | 257.42 | 0.78 | 0.69 |
| Hex | 96 | 72 | EE | 25 | 34 | 0 | 7 | 101 | 4E | 45 |
| Octal | 226 | 162 | 356 | 45 | 64 | 0 | 7 | 401 | 116 | 105 |
| Binary | 10010110 | 1110010 | 11101110 | 100101 | 110100 | 0 | 111 | 100000001 | 1001110 | 1000101 |
Color Harmonies of #9672EE
Complementary color
Monochromatic Colors of #9672EE
Black with #9672EE
Text Example
Text Example
White with #9672EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9672EE; }
p { color: rgb(150,114,238); }
H1.HeaderClassName
{
color: #9672EE;
}
.AnyTagClassName
{
color: #9672EE;
}
</style>
background-color css
<style>
a { background-color: #9672EE; }
a { background-color: rgb(150,114,238); }
div.DivClassName
{
background-color: #9672EE;
}
.BgClassName
{
background-color: #9672EE;
}
</style>
border-color css
<style>
span { border-color: #9672EE; }
span { border-color: rgb(150,114,238); }
td.TdClassName
{
border-color: #9672EE;
}
.TagClassName
{
border-color: #9672EE;
}
</style>