Shades of Medium Purple #9B84E0
Tints of Medium Purple #9B84E0
RGB
CMYK
RGB Variations
Color information
#9B84E0 (or 0x9B84E0) is known color: Medium Purple. HEX triplet: 9B, 84 and E0. RGB value is (155,132,224). Sum of RGB (Red+Green+Blue) = 155+132+224=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B84E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B84E0 is #647B1F. Grayscale: #959595. Windows color (decimal): -6585120 or 14714011. OLE color: 14714011.
HSL color Cylindrical-coordinate representation of color #9B84E0: hue angle of 255º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B84E0 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 132 | 224 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.12 |
| HSL | 255º | 0.6% | 0.7% | - |
| HSV(B) | 255º | 0.41% | 0.88% | - |
| XYZ | 35.22 | 28.85 | 74.23 | - |
| YUV | 149.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 224 | 0.31 | 0.41 | 0 | 0.12 | 255 | 0.6 | 0.7 |
| Hex | 9B | 84 | E0 | 1F | 29 | 0 | C | FF | 3C | 46 |
| Octal | 233 | 204 | 340 | 37 | 51 | 0 | 14 | 377 | 74 | 106 |
| Binary | 10011011 | 10000100 | 11100000 | 11111 | 101001 | 0 | 1100 | 11111111 | 111100 | 1000110 |
Color Harmonies of #9B84E0
Complementary color
Monochromatic Colors of #9B84E0
Black with #9B84E0
Text Example
Text Example
White with #9B84E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B84E0; }
p { color: rgb(155,132,224); }
H1.HeaderClassName
{
color: #9B84E0;
}
.AnyTagClassName
{
color: #9B84E0;
}
</style>
background-color css
<style>
a { background-color: #9B84E0; }
a { background-color: rgb(155,132,224); }
div.DivClassName
{
background-color: #9B84E0;
}
.BgClassName
{
background-color: #9B84E0;
}
</style>
border-color css
<style>
span { border-color: #9B84E0; }
span { border-color: rgb(155,132,224); }
td.TdClassName
{
border-color: #9B84E0;
}
.TagClassName
{
border-color: #9B84E0;
}
</style>