Shades of Medium Purple #9673EF
Tints of Medium Purple #9673EF
RGB
CMYK
RGB Variations
Color information
#9673EF (or 0x9673EF) is known color: Medium Purple. HEX triplet: 96, 73 and EF. RGB value is (150,115,239). Sum of RGB (Red+Green+Blue) = 150+115+239=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #9673EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9673EF is #698C10. Grayscale: #8B8B8B. Windows color (decimal): -6917137 or 15692694. OLE color: 15692694.
HSL color Cylindrical-coordinate representation of color #9673EF: hue angle of 256.94º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9673EF is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 115 | 239 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.06 |
| HSL | 256.94º | 0.79% | 0.69% | - |
| HSV(B) | 256.94º | 0.52% | 0.94% | - |
| XYZ | 34.29 | 24.98 | 84.68 | - |
| YUV | 139.6 | 184.1 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 239 | 0.37 | 0.52 | 0 | 0.06 | 256.94 | 0.79 | 0.69 |
| Hex | 96 | 73 | EF | 25 | 34 | 0 | 6 | 101 | 4F | 45 |
| Octal | 226 | 163 | 357 | 45 | 64 | 0 | 6 | 401 | 117 | 105 |
| Binary | 10010110 | 1110011 | 11101111 | 100101 | 110100 | 0 | 110 | 100000001 | 1001111 | 1000101 |
Color Harmonies of #9673EF
Complementary color
Monochromatic Colors of #9673EF
Black with #9673EF
Text Example
Text Example
White with #9673EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9673EF; }
p { color: rgb(150,115,239); }
H1.HeaderClassName
{
color: #9673EF;
}
.AnyTagClassName
{
color: #9673EF;
}
</style>
background-color css
<style>
a { background-color: #9673EF; }
a { background-color: rgb(150,115,239); }
div.DivClassName
{
background-color: #9673EF;
}
.BgClassName
{
background-color: #9673EF;
}
</style>
border-color css
<style>
span { border-color: #9673EF; }
span { border-color: rgb(150,115,239); }
td.TdClassName
{
border-color: #9673EF;
}
.TagClassName
{
border-color: #9673EF;
}
</style>