Shades of Medium Purple #9C6CDB
Tints of Medium Purple #9C6CDB
RGB
CMYK
RGB Variations
Color information
#9C6CDB (or 0x9C6CDB) is known color: Medium Purple. HEX triplet: 9C, 6C and DB. RGB value is (156,108,219). Sum of RGB (Red+Green+Blue) = 156+108+219=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C6CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6CDB is #639324. Grayscale: #868686. Windows color (decimal): -6525733 or 14380188. OLE color: 14380188.
HSL color Cylindrical-coordinate representation of color #9C6CDB: hue angle of 265.95º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C6CDB is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 108 | 219 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.14 |
| HSL | 265.95º | 0.61% | 0.64% | - |
| HSV(B) | 265.95º | 0.51% | 0.86% | - |
| XYZ | 31.86 | 22.91 | 69.76 | - |
| YUV | 135.01 | 175.4 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 108 | 219 | 0.29 | 0.51 | 0 | 0.14 | 265.95 | 0.61 | 0.64 |
| Hex | 9C | 6C | DB | 1D | 33 | 0 | E | 10A | 3D | 40 |
| Octal | 234 | 154 | 333 | 35 | 63 | 0 | 16 | 412 | 75 | 100 |
| Binary | 10011100 | 1101100 | 11011011 | 11101 | 110011 | 0 | 1110 | 100001010 | 111101 | 1000000 |
Color Harmonies of #9C6CDB
Complementary color
Monochromatic Colors of #9C6CDB
Black with #9C6CDB
Text Example
Text Example
White with #9C6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6CDB; }
p { color: rgb(156,108,219); }
H1.HeaderClassName
{
color: #9C6CDB;
}
.AnyTagClassName
{
color: #9C6CDB;
}
</style>
background-color css
<style>
a { background-color: #9C6CDB; }
a { background-color: rgb(156,108,219); }
div.DivClassName
{
background-color: #9C6CDB;
}
.BgClassName
{
background-color: #9C6CDB;
}
</style>
border-color css
<style>
span { border-color: #9C6CDB; }
span { border-color: rgb(156,108,219); }
td.TdClassName
{
border-color: #9C6CDB;
}
.TagClassName
{
border-color: #9C6CDB;
}
</style>