Shades of Medium Purple #996CDC
Tints of Medium Purple #996CDC
RGB
CMYK
RGB Variations
Color information
#996CDC (or 0x996CDC) is known color: Medium Purple. HEX triplet: 99, 6C and DC. RGB value is (153,108,220). Sum of RGB (Red+Green+Blue) = 153+108+220=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 108 (42.58% from 255 or 22.45% 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 #996CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CDC is #669323. Grayscale: #858585. Windows color (decimal): -6722340 or 14445721. OLE color: 14445721.
HSL color Cylindrical-coordinate representation of color #996CDC: hue angle of 264.11º degrees, saturation: 0.62, 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 #996CDC is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 108 | 220 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.14 |
| HSL | 264.11º | 0.62% | 0.64% | - |
| HSV(B) | 264.11º | 0.51% | 0.86% | - |
| XYZ | 31.42 | 22.66 | 70.43 | - |
| YUV | 134.22 | 176.41 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 220 | 0.30 | 0.51 | 0 | 0.14 | 264.11 | 0.62 | 0.64 |
| Hex | 99 | 6C | DC | 1E | 33 | 0 | E | 108 | 3E | 40 |
| Octal | 231 | 154 | 334 | 36 | 63 | 0 | 16 | 410 | 76 | 100 |
| Binary | 10011001 | 1101100 | 11011100 | 11110 | 110011 | 0 | 1110 | 100001000 | 111110 | 1000000 |
Color Harmonies of #996CDC
Complementary color
Monochromatic Colors of #996CDC
Black with #996CDC
Text Example
Text Example
White with #996CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996CDC; }
p { color: rgb(153,108,220); }
H1.HeaderClassName
{
color: #996CDC;
}
.AnyTagClassName
{
color: #996CDC;
}
</style>
background-color css
<style>
a { background-color: #996CDC; }
a { background-color: rgb(153,108,220); }
div.DivClassName
{
background-color: #996CDC;
}
.BgClassName
{
background-color: #996CDC;
}
</style>
border-color css
<style>
span { border-color: #996CDC; }
span { border-color: rgb(153,108,220); }
td.TdClassName
{
border-color: #996CDC;
}
.TagClassName
{
border-color: #996CDC;
}
</style>