Shades of Medium Purple #9C66EC
Tints of Medium Purple #9C66EC
RGB
CMYK
RGB Variations
Color information
#9C66EC (or 0x9C66EC) is known color: Medium Purple. HEX triplet: 9C, 66 and EC. RGB value is (156,102,236). Sum of RGB (Red+Green+Blue) = 156+102+236=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #9C66EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C66EC is #639913. Grayscale: #848484. Windows color (decimal): -6527252 or 15492764. OLE color: 15492764.
HSL color Cylindrical-coordinate representation of color #9C66EC: hue angle of 264.18º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C66EC is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 102 | 236 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.07 |
| HSL | 264.18º | 0.78% | 0.66% | - |
| HSV(B) | 264.18º | 0.57% | 0.93% | - |
| XYZ | 33.6 | 22.63 | 81.95 | - |
| YUV | 133.42 | 185.89 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 236 | 0.34 | 0.57 | 0 | 0.07 | 264.18 | 0.78 | 0.66 |
| Hex | 9C | 66 | EC | 22 | 39 | 0 | 7 | 108 | 4E | 42 |
| Octal | 234 | 146 | 354 | 42 | 71 | 0 | 7 | 410 | 116 | 102 |
| Binary | 10011100 | 1100110 | 11101100 | 100010 | 111001 | 0 | 111 | 100001000 | 1001110 | 1000010 |
Color Harmonies of #9C66EC
Complementary color
Monochromatic Colors of #9C66EC
Black with #9C66EC
Text Example
Text Example
White with #9C66EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C66EC; }
p { color: rgb(156,102,236); }
H1.HeaderClassName
{
color: #9C66EC;
}
.AnyTagClassName
{
color: #9C66EC;
}
</style>
background-color css
<style>
a { background-color: #9C66EC; }
a { background-color: rgb(156,102,236); }
div.DivClassName
{
background-color: #9C66EC;
}
.BgClassName
{
background-color: #9C66EC;
}
</style>
border-color css
<style>
span { border-color: #9C66EC; }
span { border-color: rgb(156,102,236); }
td.TdClassName
{
border-color: #9C66EC;
}
.TagClassName
{
border-color: #9C66EC;
}
</style>