Shades of Medium Purple #9B7AF3
Tints of Medium Purple #9B7AF3
RGB
CMYK
RGB Variations
Color information
#9B7AF3 (or 0x9B7AF3) is known color: Medium Purple. HEX triplet: 9B, 7A and F3. RGB value is (155,122,243). Sum of RGB (Red+Green+Blue) = 155+122+243=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #9B7AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7AF3 is #64850C. Grayscale: #919191. Windows color (decimal): -6587661 or 15956635. OLE color: 15956635.
HSL color Cylindrical-coordinate representation of color #9B7AF3: hue angle of 256.36º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B7AF3 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 122 | 243 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.05 |
| HSL | 256.36º | 0.83% | 0.72% | - |
| HSV(B) | 256.36º | 0.5% | 0.95% | - |
| XYZ | 36.65 | 27.36 | 88.14 | - |
| YUV | 145.66 | 182.93 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 122 | 243 | 0.36 | 0.50 | 0 | 0.05 | 256.36 | 0.83 | 0.72 |
| Hex | 9B | 7A | F3 | 24 | 32 | 0 | 5 | 100 | 53 | 48 |
| Octal | 233 | 172 | 363 | 44 | 62 | 0 | 5 | 400 | 123 | 110 |
| Binary | 10011011 | 1111010 | 11110011 | 100100 | 110010 | 0 | 101 | 100000000 | 1010011 | 1001000 |
Color Harmonies of #9B7AF3
Complementary color
Monochromatic Colors of #9B7AF3
Black with #9B7AF3
Text Example
Text Example
White with #9B7AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7AF3; }
p { color: rgb(155,122,243); }
H1.HeaderClassName
{
color: #9B7AF3;
}
.AnyTagClassName
{
color: #9B7AF3;
}
</style>
background-color css
<style>
a { background-color: #9B7AF3; }
a { background-color: rgb(155,122,243); }
div.DivClassName
{
background-color: #9B7AF3;
}
.BgClassName
{
background-color: #9B7AF3;
}
</style>
border-color css
<style>
span { border-color: #9B7AF3; }
span { border-color: rgb(155,122,243); }
td.TdClassName
{
border-color: #9B7AF3;
}
.TagClassName
{
border-color: #9B7AF3;
}
</style>