Shades of Medium Purple #9C84DB
Tints of Medium Purple #9C84DB
RGB
CMYK
RGB Variations
Color information
#9C84DB (or 0x9C84DB) is known color: Medium Purple. HEX triplet: 9C, 84 and DB. RGB value is (156,132,219). Sum of RGB (Red+Green+Blue) = 156+132+219=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C84DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C84DB is #637B24. Grayscale: #949494. Windows color (decimal): -6519589 or 14386332. OLE color: 14386332.
HSL color Cylindrical-coordinate representation of color #9C84DB: hue angle of 256.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C84DB is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 132 | 219 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.14 |
| HSL | 256.55º | 0.55% | 0.69% | - |
| HSV(B) | 256.55º | 0.4% | 0.86% | - |
| XYZ | 34.75 | 28.68 | 70.72 | - |
| YUV | 149.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 219 | 0.29 | 0.40 | 0 | 0.14 | 256.55 | 0.55 | 0.69 |
| Hex | 9C | 84 | DB | 1D | 28 | 0 | E | 101 | 37 | 45 |
| Octal | 234 | 204 | 333 | 35 | 50 | 0 | 16 | 401 | 67 | 105 |
| Binary | 10011100 | 10000100 | 11011011 | 11101 | 101000 | 0 | 1110 | 100000001 | 110111 | 1000101 |
Color Harmonies of #9C84DB
Complementary color
Monochromatic Colors of #9C84DB
Black with #9C84DB
Text Example
Text Example
White with #9C84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C84DB; }
p { color: rgb(156,132,219); }
H1.HeaderClassName
{
color: #9C84DB;
}
.AnyTagClassName
{
color: #9C84DB;
}
</style>
background-color css
<style>
a { background-color: #9C84DB; }
a { background-color: rgb(156,132,219); }
div.DivClassName
{
background-color: #9C84DB;
}
.BgClassName
{
background-color: #9C84DB;
}
</style>
border-color css
<style>
span { border-color: #9C84DB; }
span { border-color: rgb(156,132,219); }
td.TdClassName
{
border-color: #9C84DB;
}
.TagClassName
{
border-color: #9C84DB;
}
</style>