Shades of Medium Purple #9B73EF
Tints of Medium Purple #9B73EF
RGB
CMYK
RGB Variations
Color information
#9B73EF (or 0x9B73EF) is known color: Medium Purple. HEX triplet: 9B, 73 and EF. RGB value is (155,115,239). Sum of RGB (Red+Green+Blue) = 155+115+239=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B73EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B73EF is #648C10. Grayscale: #8C8C8C. Windows color (decimal): -6589457 or 15692699. OLE color: 15692699.
HSL color Cylindrical-coordinate representation of color #9B73EF: hue angle of 259.35º 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 #9B73EF is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 115 | 239 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.06 |
| HSL | 259.35º | 0.79% | 0.69% | - |
| HSV(B) | 259.35º | 0.52% | 0.94% | - |
| XYZ | 35.23 | 25.46 | 84.72 | - |
| YUV | 141.1 | 183.25 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 239 | 0.35 | 0.52 | 0 | 0.06 | 259.35 | 0.79 | 0.69 |
| Hex | 9B | 73 | EF | 23 | 34 | 0 | 6 | 103 | 4F | 45 |
| Octal | 233 | 163 | 357 | 43 | 64 | 0 | 6 | 403 | 117 | 105 |
| Binary | 10011011 | 1110011 | 11101111 | 100011 | 110100 | 0 | 110 | 100000011 | 1001111 | 1000101 |
Color Harmonies of #9B73EF
Complementary color
Monochromatic Colors of #9B73EF
Black with #9B73EF
Text Example
Text Example
White with #9B73EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B73EF; }
p { color: rgb(155,115,239); }
H1.HeaderClassName
{
color: #9B73EF;
}
.AnyTagClassName
{
color: #9B73EF;
}
</style>
background-color css
<style>
a { background-color: #9B73EF; }
a { background-color: rgb(155,115,239); }
div.DivClassName
{
background-color: #9B73EF;
}
.BgClassName
{
background-color: #9B73EF;
}
</style>
border-color css
<style>
span { border-color: #9B73EF; }
span { border-color: rgb(155,115,239); }
td.TdClassName
{
border-color: #9B73EF;
}
.TagClassName
{
border-color: #9B73EF;
}
</style>