Shades of Medium Purple #9B67DF
Tints of Medium Purple #9B67DF
RGB
CMYK
RGB Variations
Color information
#9B67DF (or 0x9B67DF) is known color: Medium Purple. HEX triplet: 9B, 67 and DF. RGB value is (155,103,223). Sum of RGB (Red+Green+Blue) = 155+103+223=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B67DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B67DF is #649820. Grayscale: #838383. Windows color (decimal): -6592545 or 14641051. OLE color: 14641051.
HSL color Cylindrical-coordinate representation of color #9B67DF: hue angle of 266º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B67DF is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 103 | 223 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.13 |
| HSL | 266º | 0.65% | 0.64% | - |
| HSV(B) | 266º | 0.54% | 0.87% | - |
| XYZ | 31.69 | 22 | 72.39 | - |
| YUV | 132.23 | 179.23 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 223 | 0.30 | 0.54 | 0 | 0.13 | 266 | 0.65 | 0.64 |
| Hex | 9B | 67 | DF | 1E | 36 | 0 | D | 10A | 41 | 40 |
| Octal | 233 | 147 | 337 | 36 | 66 | 0 | 15 | 412 | 101 | 100 |
| Binary | 10011011 | 1100111 | 11011111 | 11110 | 110110 | 0 | 1101 | 100001010 | 1000001 | 1000000 |
Color Harmonies of #9B67DF
Complementary color
Monochromatic Colors of #9B67DF
Black with #9B67DF
Text Example
Text Example
White with #9B67DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B67DF; }
p { color: rgb(155,103,223); }
H1.HeaderClassName
{
color: #9B67DF;
}
.AnyTagClassName
{
color: #9B67DF;
}
</style>
background-color css
<style>
a { background-color: #9B67DF; }
a { background-color: rgb(155,103,223); }
div.DivClassName
{
background-color: #9B67DF;
}
.BgClassName
{
background-color: #9B67DF;
}
</style>
border-color css
<style>
span { border-color: #9B67DF; }
span { border-color: rgb(155,103,223); }
td.TdClassName
{
border-color: #9B67DF;
}
.TagClassName
{
border-color: #9B67DF;
}
</style>