Shades of Medium Purple #9C6BDA
Tints of Medium Purple #9C6BDA
RGB
CMYK
RGB Variations
Color information
#9C6BDA (or 0x9C6BDA) is known color: Medium Purple. HEX triplet: 9C, 6B and DA. RGB value is (156,107,218). Sum of RGB (Red+Green+Blue) = 156+107+218=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C6BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6BDA is #639425. Grayscale: #858585. Windows color (decimal): -6525990 or 14314396. OLE color: 14314396.
HSL color Cylindrical-coordinate representation of color #9C6BDA: hue angle of 266.49º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C6BDA is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 107 | 218 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.15 |
| HSL | 266.49º | 0.6% | 0.64% | - |
| HSV(B) | 266.49º | 0.51% | 0.85% | - |
| XYZ | 31.62 | 22.65 | 69.03 | - |
| YUV | 134.31 | 175.23 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 218 | 0.28 | 0.51 | 0 | 0.15 | 266.49 | 0.6 | 0.64 |
| Hex | 9C | 6B | DA | 1C | 33 | 0 | F | 10A | 3C | 40 |
| Octal | 234 | 153 | 332 | 34 | 63 | 0 | 17 | 412 | 74 | 100 |
| Binary | 10011100 | 1101011 | 11011010 | 11100 | 110011 | 0 | 1111 | 100001010 | 111100 | 1000000 |
Color Harmonies of #9C6BDA
Complementary color
Monochromatic Colors of #9C6BDA
Black with #9C6BDA
Text Example
Text Example
White with #9C6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6BDA; }
p { color: rgb(156,107,218); }
H1.HeaderClassName
{
color: #9C6BDA;
}
.AnyTagClassName
{
color: #9C6BDA;
}
</style>
background-color css
<style>
a { background-color: #9C6BDA; }
a { background-color: rgb(156,107,218); }
div.DivClassName
{
background-color: #9C6BDA;
}
.BgClassName
{
background-color: #9C6BDA;
}
</style>
border-color css
<style>
span { border-color: #9C6BDA; }
span { border-color: rgb(156,107,218); }
td.TdClassName
{
border-color: #9C6BDA;
}
.TagClassName
{
border-color: #9C6BDA;
}
</style>