Shades of Medium Purple #9C69DC
Tints of Medium Purple #9C69DC
RGB
CMYK
RGB Variations
Color information
#9C69DC (or 0x9C69DC) is known color: Medium Purple. HEX triplet: 9C, 69 and DC. RGB value is (156,105,220). Sum of RGB (Red+Green+Blue) = 156+105+220=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C69DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C69DC is #639623. Grayscale: #848484. Windows color (decimal): -6526500 or 14444956. OLE color: 14444956.
HSL color Cylindrical-coordinate representation of color #9C69DC: hue angle of 266.61º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C69DC is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 105 | 220 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.14 |
| HSL | 266.61º | 0.62% | 0.64% | - |
| HSV(B) | 266.61º | 0.52% | 0.86% | - |
| XYZ | 31.68 | 22.34 | 70.35 | - |
| YUV | 133.36 | 176.9 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 105 | 220 | 0.29 | 0.52 | 0 | 0.14 | 266.61 | 0.62 | 0.64 |
| Hex | 9C | 69 | DC | 1D | 34 | 0 | E | 10B | 3E | 40 |
| Octal | 234 | 151 | 334 | 35 | 64 | 0 | 16 | 413 | 76 | 100 |
| Binary | 10011100 | 1101001 | 11011100 | 11101 | 110100 | 0 | 1110 | 100001011 | 111110 | 1000000 |
Color Harmonies of #9C69DC
Complementary color
Monochromatic Colors of #9C69DC
Black with #9C69DC
Text Example
Text Example
White with #9C69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C69DC; }
p { color: rgb(156,105,220); }
H1.HeaderClassName
{
color: #9C69DC;
}
.AnyTagClassName
{
color: #9C69DC;
}
</style>
background-color css
<style>
a { background-color: #9C69DC; }
a { background-color: rgb(156,105,220); }
div.DivClassName
{
background-color: #9C69DC;
}
.BgClassName
{
background-color: #9C69DC;
}
</style>
border-color css
<style>
span { border-color: #9C69DC; }
span { border-color: rgb(156,105,220); }
td.TdClassName
{
border-color: #9C69DC;
}
.TagClassName
{
border-color: #9C69DC;
}
</style>