Shades of Medium Purple #9B63DF
Tints of Medium Purple #9B63DF
RGB
CMYK
RGB Variations
Color information
#9B63DF (or 0x9B63DF) is known color: Medium Purple. HEX triplet: 9B, 63 and DF. RGB value is (155,99,223). Sum of RGB (Red+Green+Blue) = 155+99+223=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B63DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B63DF is #649C20. Grayscale: #818181. Windows color (decimal): -6593569 or 14640027. OLE color: 14640027.
HSL color Cylindrical-coordinate representation of color #9B63DF: hue angle of 267.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B63DF is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 99 | 223 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.13 |
| HSL | 267.1º | 0.66% | 0.63% | - |
| HSV(B) | 267.1º | 0.56% | 0.87% | - |
| XYZ | 31.3 | 21.22 | 72.26 | - |
| YUV | 129.88 | 180.55 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 223 | 0.30 | 0.56 | 0 | 0.13 | 267.1 | 0.66 | 0.63 |
| Hex | 9B | 63 | DF | 1E | 38 | 0 | D | 10B | 42 | 3F |
| Octal | 233 | 143 | 337 | 36 | 70 | 0 | 15 | 413 | 102 | 77 |
| Binary | 10011011 | 1100011 | 11011111 | 11110 | 111000 | 0 | 1101 | 100001011 | 1000010 | 111111 |
Color Harmonies of #9B63DF
Complementary color
Monochromatic Colors of #9B63DF
Black with #9B63DF
Text Example
Text Example
White with #9B63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B63DF; }
p { color: rgb(155,99,223); }
H1.HeaderClassName
{
color: #9B63DF;
}
.AnyTagClassName
{
color: #9B63DF;
}
</style>
background-color css
<style>
a { background-color: #9B63DF; }
a { background-color: rgb(155,99,223); }
div.DivClassName
{
background-color: #9B63DF;
}
.BgClassName
{
background-color: #9B63DF;
}
</style>
border-color css
<style>
span { border-color: #9B63DF; }
span { border-color: rgb(155,99,223); }
td.TdClassName
{
border-color: #9B63DF;
}
.TagClassName
{
border-color: #9B63DF;
}
</style>