Shades of Medium Purple #9C84DC
Tints of Medium Purple #9C84DC
RGB
CMYK
RGB Variations
Color information
#9C84DC (or 0x9C84DC) is known color: Medium Purple. HEX triplet: 9C, 84 and DC. RGB value is (156,132,220). Sum of RGB (Red+Green+Blue) = 156+132+220=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C84DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C84DC is #637B23. Grayscale: #949494. Windows color (decimal): -6519588 or 14451868. OLE color: 14451868.
HSL color Cylindrical-coordinate representation of color #9C84DC: hue angle of 256.36º degrees, saturation: 0.56, 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 #9C84DC is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 132 | 220 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.14 |
| HSL | 256.36º | 0.56% | 0.69% | - |
| HSV(B) | 256.36º | 0.4% | 0.86% | - |
| XYZ | 34.88 | 28.74 | 71.42 | - |
| YUV | 149.21 | 167.95 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 220 | 0.29 | 0.40 | 0 | 0.14 | 256.36 | 0.56 | 0.69 |
| Hex | 9C | 84 | DC | 1D | 28 | 0 | E | 100 | 38 | 45 |
| Octal | 234 | 204 | 334 | 35 | 50 | 0 | 16 | 400 | 70 | 105 |
| Binary | 10011100 | 10000100 | 11011100 | 11101 | 101000 | 0 | 1110 | 100000000 | 111000 | 1000101 |
Color Harmonies of #9C84DC
Complementary color
Monochromatic Colors of #9C84DC
Black with #9C84DC
Text Example
Text Example
White with #9C84DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C84DC; }
p { color: rgb(156,132,220); }
H1.HeaderClassName
{
color: #9C84DC;
}
.AnyTagClassName
{
color: #9C84DC;
}
</style>
background-color css
<style>
a { background-color: #9C84DC; }
a { background-color: rgb(156,132,220); }
div.DivClassName
{
background-color: #9C84DC;
}
.BgClassName
{
background-color: #9C84DC;
}
</style>
border-color css
<style>
span { border-color: #9C84DC; }
span { border-color: rgb(156,132,220); }
td.TdClassName
{
border-color: #9C84DC;
}
.TagClassName
{
border-color: #9C84DC;
}
</style>