Shades of Medium Purple #996BDF
Tints of Medium Purple #996BDF
RGB
CMYK
RGB Variations
Color information
#996BDF (or 0x996BDF) is known color: Medium Purple. HEX triplet: 99, 6B and DF. RGB value is (153,107,223). Sum of RGB (Red+Green+Blue) = 153+107+223=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #996BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BDF is #669420. Grayscale: #858585. Windows color (decimal): -6722593 or 14642073. OLE color: 14642073.
HSL color Cylindrical-coordinate representation of color #996BDF: hue angle of 263.79º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #996BDF is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 107 | 223 | - |
| CMYK | 0.31 | 0.52 | 0 | 0.13 |
| HSL | 263.79º | 0.64% | 0.65% | - |
| HSV(B) | 263.79º | 0.52% | 0.87% | - |
| XYZ | 31.71 | 22.62 | 72.51 | - |
| YUV | 133.98 | 178.24 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 223 | 0.31 | 0.52 | 0 | 0.13 | 263.79 | 0.64 | 0.65 |
| Hex | 99 | 6B | DF | 1F | 34 | 0 | D | 108 | 40 | 41 |
| Octal | 231 | 153 | 337 | 37 | 64 | 0 | 15 | 410 | 100 | 101 |
| Binary | 10011001 | 1101011 | 11011111 | 11111 | 110100 | 0 | 1101 | 100001000 | 1000000 | 1000001 |
Color Harmonies of #996BDF
Complementary color
Monochromatic Colors of #996BDF
Black with #996BDF
Text Example
Text Example
White with #996BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996BDF; }
p { color: rgb(153,107,223); }
H1.HeaderClassName
{
color: #996BDF;
}
.AnyTagClassName
{
color: #996BDF;
}
</style>
background-color css
<style>
a { background-color: #996BDF; }
a { background-color: rgb(153,107,223); }
div.DivClassName
{
background-color: #996BDF;
}
.BgClassName
{
background-color: #996BDF;
}
</style>
border-color css
<style>
span { border-color: #996BDF; }
span { border-color: rgb(153,107,223); }
td.TdClassName
{
border-color: #996BDF;
}
.TagClassName
{
border-color: #996BDF;
}
</style>