Shades of Medium Purple #9673EE
Tints of Medium Purple #9673EE
RGB
CMYK
RGB Variations
Color information
#9673EE (or 0x9673EE) is known color: Medium Purple. HEX triplet: 96, 73 and EE. RGB value is (150,115,238). Sum of RGB (Red+Green+Blue) = 150+115+238=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #9673EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9673EE is #698C11. Grayscale: #8B8B8B. Windows color (decimal): -6917138 or 15627158. OLE color: 15627158.
HSL color Cylindrical-coordinate representation of color #9673EE: hue angle of 257.07º 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 #9673EE is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 115 | 238 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.07 |
| HSL | 257.07º | 0.78% | 0.69% | - |
| HSV(B) | 257.07º | 0.52% | 0.93% | - |
| XYZ | 34.14 | 24.92 | 83.9 | - |
| YUV | 139.49 | 183.6 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 238 | 0.37 | 0.52 | 0 | 0.07 | 257.07 | 0.78 | 0.69 |
| Hex | 96 | 73 | EE | 25 | 34 | 0 | 7 | 101 | 4E | 45 |
| Octal | 226 | 163 | 356 | 45 | 64 | 0 | 7 | 401 | 116 | 105 |
| Binary | 10010110 | 1110011 | 11101110 | 100101 | 110100 | 0 | 111 | 100000001 | 1001110 | 1000101 |
Color Harmonies of #9673EE
Complementary color
Monochromatic Colors of #9673EE
Black with #9673EE
Text Example
Text Example
White with #9673EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9673EE; }
p { color: rgb(150,115,238); }
H1.HeaderClassName
{
color: #9673EE;
}
.AnyTagClassName
{
color: #9673EE;
}
</style>
background-color css
<style>
a { background-color: #9673EE; }
a { background-color: rgb(150,115,238); }
div.DivClassName
{
background-color: #9673EE;
}
.BgClassName
{
background-color: #9673EE;
}
</style>
border-color css
<style>
span { border-color: #9673EE; }
span { border-color: rgb(150,115,238); }
td.TdClassName
{
border-color: #9673EE;
}
.TagClassName
{
border-color: #9673EE;
}
</style>