Shades of Medium Purple #9B73DC
Tints of Medium Purple #9B73DC
RGB
CMYK
RGB Variations
Color information
#9B73DC (or 0x9B73DC) is known color: Medium Purple. HEX triplet: 9B, 73 and DC. RGB value is (155,115,220). Sum of RGB (Red+Green+Blue) = 155+115+220=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B73DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B73DC is #648C23. Grayscale: #8A8A8A. Windows color (decimal): -6589476 or 14447515. OLE color: 14447515.
HSL color Cylindrical-coordinate representation of color #9B73DC: hue angle of 262.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B73DC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 115 | 220 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.14 |
| HSL | 262.86º | 0.6% | 0.66% | - |
| HSV(B) | 262.86º | 0.48% | 0.86% | - |
| XYZ | 32.57 | 24.4 | 70.7 | - |
| YUV | 138.93 | 173.75 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 220 | 0.30 | 0.48 | 0 | 0.14 | 262.86 | 0.6 | 0.66 |
| Hex | 9B | 73 | DC | 1E | 30 | 0 | E | 107 | 3C | 42 |
| Octal | 233 | 163 | 334 | 36 | 60 | 0 | 16 | 407 | 74 | 102 |
| Binary | 10011011 | 1110011 | 11011100 | 11110 | 110000 | 0 | 1110 | 100000111 | 111100 | 1000010 |
Color Harmonies of #9B73DC
Complementary color
Monochromatic Colors of #9B73DC
Black with #9B73DC
Text Example
Text Example
White with #9B73DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B73DC; }
p { color: rgb(155,115,220); }
H1.HeaderClassName
{
color: #9B73DC;
}
.AnyTagClassName
{
color: #9B73DC;
}
</style>
background-color css
<style>
a { background-color: #9B73DC; }
a { background-color: rgb(155,115,220); }
div.DivClassName
{
background-color: #9B73DC;
}
.BgClassName
{
background-color: #9B73DC;
}
</style>
border-color css
<style>
span { border-color: #9B73DC; }
span { border-color: rgb(155,115,220); }
td.TdClassName
{
border-color: #9B73DC;
}
.TagClassName
{
border-color: #9B73DC;
}
</style>