Shades of Medium Purple #9C6AEB
Tints of Medium Purple #9C6AEB
RGB
CMYK
RGB Variations
Color information
#9C6AEB (or 0x9C6AEB) is known color: Medium Purple. HEX triplet: 9C, 6A and EB. RGB value is (156,106,235). Sum of RGB (Red+Green+Blue) = 156+106+235=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C6AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C6AEB is #639514. Grayscale: #878787. Windows color (decimal): -6526229 or 15428252. OLE color: 15428252.
HSL color Cylindrical-coordinate representation of color #9C6AEB: hue angle of 263.26º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C6AEB is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 106 | 235 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.08 |
| HSL | 263.26º | 0.76% | 0.67% | - |
| HSV(B) | 263.26º | 0.55% | 0.92% | - |
| XYZ | 33.86 | 23.37 | 81.32 | - |
| YUV | 135.66 | 184.07 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 235 | 0.34 | 0.55 | 0 | 0.08 | 263.26 | 0.76 | 0.67 |
| Hex | 9C | 6A | EB | 22 | 37 | 0 | 8 | 107 | 4C | 43 |
| Octal | 234 | 152 | 353 | 42 | 67 | 0 | 10 | 407 | 114 | 103 |
| Binary | 10011100 | 1101010 | 11101011 | 100010 | 110111 | 0 | 1000 | 100000111 | 1001100 | 1000011 |
Color Harmonies of #9C6AEB
Complementary color
Monochromatic Colors of #9C6AEB
Black with #9C6AEB
Text Example
Text Example
White with #9C6AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6AEB; }
p { color: rgb(156,106,235); }
H1.HeaderClassName
{
color: #9C6AEB;
}
.AnyTagClassName
{
color: #9C6AEB;
}
</style>
background-color css
<style>
a { background-color: #9C6AEB; }
a { background-color: rgb(156,106,235); }
div.DivClassName
{
background-color: #9C6AEB;
}
.BgClassName
{
background-color: #9C6AEB;
}
</style>
border-color css
<style>
span { border-color: #9C6AEB; }
span { border-color: rgb(156,106,235); }
td.TdClassName
{
border-color: #9C6AEB;
}
.TagClassName
{
border-color: #9C6AEB;
}
</style>