Shades of Medium Purple #9B73EE
Tints of Medium Purple #9B73EE
RGB
CMYK
RGB Variations
Color information
#9B73EE (or 0x9B73EE) is known color: Medium Purple. HEX triplet: 9B, 73 and EE. RGB value is (155,115,238). Sum of RGB (Red+Green+Blue) = 155+115+238=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B73EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B73EE is #648C11. Grayscale: #8C8C8C. Windows color (decimal): -6589458 or 15627163. OLE color: 15627163.
HSL color Cylindrical-coordinate representation of color #9B73EE: hue angle of 259.51º 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 #9B73EE is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 115 | 238 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.07 |
| HSL | 259.51º | 0.78% | 0.69% | - |
| HSV(B) | 259.51º | 0.52% | 0.93% | - |
| XYZ | 35.08 | 25.4 | 83.94 | - |
| YUV | 140.98 | 182.75 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 238 | 0.35 | 0.52 | 0 | 0.07 | 259.51 | 0.78 | 0.69 |
| Hex | 9B | 73 | EE | 23 | 34 | 0 | 7 | 104 | 4E | 45 |
| Octal | 233 | 163 | 356 | 43 | 64 | 0 | 7 | 404 | 116 | 105 |
| Binary | 10011011 | 1110011 | 11101110 | 100011 | 110100 | 0 | 111 | 100000100 | 1001110 | 1000101 |
Color Harmonies of #9B73EE
Complementary color
Monochromatic Colors of #9B73EE
Black with #9B73EE
Text Example
Text Example
White with #9B73EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B73EE; }
p { color: rgb(155,115,238); }
H1.HeaderClassName
{
color: #9B73EE;
}
.AnyTagClassName
{
color: #9B73EE;
}
</style>
background-color css
<style>
a { background-color: #9B73EE; }
a { background-color: rgb(155,115,238); }
div.DivClassName
{
background-color: #9B73EE;
}
.BgClassName
{
background-color: #9B73EE;
}
</style>
border-color css
<style>
span { border-color: #9B73EE; }
span { border-color: rgb(155,115,238); }
td.TdClassName
{
border-color: #9B73EE;
}
.TagClassName
{
border-color: #9B73EE;
}
</style>