Shades of Medium Purple #9C6BE3
Tints of Medium Purple #9C6BE3
RGB
CMYK
RGB Variations
Color information
#9C6BE3 (or 0x9C6BE3) is known color: Medium Purple. HEX triplet: 9C, 6B and E3. RGB value is (156,107,227). Sum of RGB (Red+Green+Blue) = 156+107+227=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 227 (89.06% from 255 or 46.33% from 490); Max value from RGB is 227 - color contains mainly: blue. Hex color #9C6BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6BE3 is #63941C. Grayscale: #868686. Windows color (decimal): -6525981 or 14904220. OLE color: 14904220.
HSL color Cylindrical-coordinate representation of color #9C6BE3: hue angle of 264.5º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C6BE3 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 107 | 227 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.11 |
| HSL | 264.5º | 0.68% | 0.65% | - |
| HSV(B) | 264.5º | 0.53% | 0.89% | - |
| XYZ | 32.83 | 23.13 | 75.41 | - |
| YUV | 135.33 | 179.73 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 227 | 0.31 | 0.53 | 0 | 0.11 | 264.5 | 0.68 | 0.65 |
| Hex | 9C | 6B | E3 | 1F | 35 | 0 | B | 108 | 44 | 41 |
| Octal | 234 | 153 | 343 | 37 | 65 | 0 | 13 | 410 | 104 | 101 |
| Binary | 10011100 | 1101011 | 11100011 | 11111 | 110101 | 0 | 1011 | 100001000 | 1000100 | 1000001 |
Color Harmonies of #9C6BE3
Complementary color
Monochromatic Colors of #9C6BE3
Black with #9C6BE3
Text Example
Text Example
White with #9C6BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6BE3; }
p { color: rgb(156,107,227); }
H1.HeaderClassName
{
color: #9C6BE3;
}
.AnyTagClassName
{
color: #9C6BE3;
}
</style>
background-color css
<style>
a { background-color: #9C6BE3; }
a { background-color: rgb(156,107,227); }
div.DivClassName
{
background-color: #9C6BE3;
}
.BgClassName
{
background-color: #9C6BE3;
}
</style>
border-color css
<style>
span { border-color: #9C6BE3; }
span { border-color: rgb(156,107,227); }
td.TdClassName
{
border-color: #9C6BE3;
}
.TagClassName
{
border-color: #9C6BE3;
}
</style>