Shades of Medium Purple #9B84ED
Tints of Medium Purple #9B84ED
RGB
CMYK
RGB Variations
Color information
#9B84ED (or 0x9B84ED) is known color: Medium Purple. HEX triplet: 9B, 84 and ED. RGB value is (155,132,237). Sum of RGB (Red+Green+Blue) = 155+132+237=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B84ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B84ED is #647B12. Grayscale: #969696. Windows color (decimal): -6585107 or 15565979. OLE color: 15565979.
HSL color Cylindrical-coordinate representation of color #9B84ED: hue angle of 253.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B84ED is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 132 | 237 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.07 |
| HSL | 253.14º | 0.74% | 0.72% | - |
| HSV(B) | 253.14º | 0.44% | 0.93% | - |
| XYZ | 37.05 | 29.59 | 83.88 | - |
| YUV | 150.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 237 | 0.35 | 0.44 | 0 | 0.07 | 253.14 | 0.74 | 0.72 |
| Hex | 9B | 84 | ED | 23 | 2C | 0 | 7 | FD | 4A | 48 |
| Octal | 233 | 204 | 355 | 43 | 54 | 0 | 7 | 375 | 112 | 110 |
| Binary | 10011011 | 10000100 | 11101101 | 100011 | 101100 | 0 | 111 | 11111101 | 1001010 | 1001000 |
Color Harmonies of #9B84ED
Complementary color
Monochromatic Colors of #9B84ED
Black with #9B84ED
Text Example
Text Example
White with #9B84ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B84ED; }
p { color: rgb(155,132,237); }
H1.HeaderClassName
{
color: #9B84ED;
}
.AnyTagClassName
{
color: #9B84ED;
}
</style>
background-color css
<style>
a { background-color: #9B84ED; }
a { background-color: rgb(155,132,237); }
div.DivClassName
{
background-color: #9B84ED;
}
.BgClassName
{
background-color: #9B84ED;
}
</style>
border-color css
<style>
span { border-color: #9B84ED; }
span { border-color: rgb(155,132,237); }
td.TdClassName
{
border-color: #9B84ED;
}
.TagClassName
{
border-color: #9B84ED;
}
</style>