Shades of Medium Purple #9C6DEB
Tints of Medium Purple #9C6DEB
RGB
CMYK
RGB Variations
Color information
#9C6DEB (or 0x9C6DEB) is known color: Medium Purple. HEX triplet: 9C, 6D and EB. RGB value is (156,109,235). Sum of RGB (Red+Green+Blue) = 156+109+235=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C6DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6DEB is #639214. Grayscale: #888888. Windows color (decimal): -6525461 or 15429020. OLE color: 15429020.
HSL color Cylindrical-coordinate representation of color #9C6DEB: hue angle of 262.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C6DEB is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 109 | 235 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.08 |
| HSL | 262.38º | 0.76% | 0.67% | - |
| HSV(B) | 262.38º | 0.54% | 0.92% | - |
| XYZ | 34.17 | 24 | 81.43 | - |
| YUV | 137.42 | 183.07 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 109 | 235 | 0.34 | 0.54 | 0 | 0.08 | 262.38 | 0.76 | 0.67 |
| Hex | 9C | 6D | EB | 22 | 36 | 0 | 8 | 106 | 4C | 43 |
| Octal | 234 | 155 | 353 | 42 | 66 | 0 | 10 | 406 | 114 | 103 |
| Binary | 10011100 | 1101101 | 11101011 | 100010 | 110110 | 0 | 1000 | 100000110 | 1001100 | 1000011 |
Color Harmonies of #9C6DEB
Complementary color
Monochromatic Colors of #9C6DEB
Black with #9C6DEB
Text Example
Text Example
White with #9C6DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6DEB; }
p { color: rgb(156,109,235); }
H1.HeaderClassName
{
color: #9C6DEB;
}
.AnyTagClassName
{
color: #9C6DEB;
}
</style>
background-color css
<style>
a { background-color: #9C6DEB; }
a { background-color: rgb(156,109,235); }
div.DivClassName
{
background-color: #9C6DEB;
}
.BgClassName
{
background-color: #9C6DEB;
}
</style>
border-color css
<style>
span { border-color: #9C6DEB; }
span { border-color: rgb(156,109,235); }
td.TdClassName
{
border-color: #9C6DEB;
}
.TagClassName
{
border-color: #9C6DEB;
}
</style>