Shades of Medium Purple #9B67F3
Tints of Medium Purple #9B67F3
RGB
CMYK
RGB Variations
Color information
#9B67F3 (or 0x9B67F3) is known color: Medium Purple. HEX triplet: 9B, 67 and F3. RGB value is (155,103,243). Sum of RGB (Red+Green+Blue) = 155+103+243=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #9B67F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B67F3 is #64980C. Grayscale: #868686. Windows color (decimal): -6592525 or 15951771. OLE color: 15951771.
HSL color Cylindrical-coordinate representation of color #9B67F3: hue angle of 262.29º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B67F3 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 103 | 243 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.05 |
| HSL | 262.29º | 0.85% | 0.68% | - |
| HSV(B) | 262.29º | 0.58% | 0.95% | - |
| XYZ | 34.55 | 23.14 | 87.44 | - |
| YUV | 134.51 | 189.23 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 243 | 0.36 | 0.58 | 0 | 0.05 | 262.29 | 0.85 | 0.68 |
| Hex | 9B | 67 | F3 | 24 | 3A | 0 | 5 | 106 | 55 | 44 |
| Octal | 233 | 147 | 363 | 44 | 72 | 0 | 5 | 406 | 125 | 104 |
| Binary | 10011011 | 1100111 | 11110011 | 100100 | 111010 | 0 | 101 | 100000110 | 1010101 | 1000100 |
Color Harmonies of #9B67F3
Complementary color
Monochromatic Colors of #9B67F3
Black with #9B67F3
Text Example
Text Example
White with #9B67F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B67F3; }
p { color: rgb(155,103,243); }
H1.HeaderClassName
{
color: #9B67F3;
}
.AnyTagClassName
{
color: #9B67F3;
}
</style>
background-color css
<style>
a { background-color: #9B67F3; }
a { background-color: rgb(155,103,243); }
div.DivClassName
{
background-color: #9B67F3;
}
.BgClassName
{
background-color: #9B67F3;
}
</style>
border-color css
<style>
span { border-color: #9B67F3; }
span { border-color: rgb(155,103,243); }
td.TdClassName
{
border-color: #9B67F3;
}
.TagClassName
{
border-color: #9B67F3;
}
</style>