Shades of Medium Purple #996DEB
Tints of Medium Purple #996DEB
RGB
CMYK
RGB Variations
Color information
#996DEB (or 0x996DEB) is known color: Medium Purple. HEX triplet: 99, 6D and EB. RGB value is (153,109,235). Sum of RGB (Red+Green+Blue) = 153+109+235=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #996DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996DEB is #669214. Grayscale: #888888. Windows color (decimal): -6722069 or 15429017. OLE color: 15429017.
HSL color Cylindrical-coordinate representation of color #996DEB: hue angle of 260.95º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #996DEB is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 109 | 235 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.08 |
| HSL | 260.95º | 0.76% | 0.67% | - |
| HSV(B) | 260.95º | 0.54% | 0.92% | - |
| XYZ | 33.6 | 23.71 | 81.4 | - |
| YUV | 136.52 | 183.58 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 235 | 0.35 | 0.54 | 0 | 0.08 | 260.95 | 0.76 | 0.67 |
| Hex | 99 | 6D | EB | 23 | 36 | 0 | 8 | 105 | 4C | 43 |
| Octal | 231 | 155 | 353 | 43 | 66 | 0 | 10 | 405 | 114 | 103 |
| Binary | 10011001 | 1101101 | 11101011 | 100011 | 110110 | 0 | 1000 | 100000101 | 1001100 | 1000011 |
Color Harmonies of #996DEB
Complementary color
Monochromatic Colors of #996DEB
Black with #996DEB
Text Example
Text Example
White with #996DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996DEB; }
p { color: rgb(153,109,235); }
H1.HeaderClassName
{
color: #996DEB;
}
.AnyTagClassName
{
color: #996DEB;
}
</style>
background-color css
<style>
a { background-color: #996DEB; }
a { background-color: rgb(153,109,235); }
div.DivClassName
{
background-color: #996DEB;
}
.BgClassName
{
background-color: #996DEB;
}
</style>
border-color css
<style>
span { border-color: #996DEB; }
span { border-color: rgb(153,109,235); }
td.TdClassName
{
border-color: #996DEB;
}
.TagClassName
{
border-color: #996DEB;
}
</style>