Shades of Medium Purple #996AED
Tints of Medium Purple #996AED
RGB
CMYK
RGB Variations
Color information
#996AED (or 0x996AED) is known color: Medium Purple. HEX triplet: 99, 6A and ED. RGB value is (153,106,237). Sum of RGB (Red+Green+Blue) = 153+106+237=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #996AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996AED is #669512. Grayscale: #868686. Windows color (decimal): -6722835 or 15559321. OLE color: 15559321.
HSL color Cylindrical-coordinate representation of color #996AED: hue angle of 261.53º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #996AED is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 106 | 237 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.07 |
| HSL | 261.53º | 0.78% | 0.67% | - |
| HSV(B) | 261.53º | 0.55% | 0.93% | - |
| XYZ | 33.58 | 23.19 | 82.83 | - |
| YUV | 134.99 | 185.57 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 237 | 0.35 | 0.55 | 0 | 0.07 | 261.53 | 0.78 | 0.67 |
| Hex | 99 | 6A | ED | 23 | 37 | 0 | 7 | 106 | 4E | 43 |
| Octal | 231 | 152 | 355 | 43 | 67 | 0 | 7 | 406 | 116 | 103 |
| Binary | 10011001 | 1101010 | 11101101 | 100011 | 110111 | 0 | 111 | 100000110 | 1001110 | 1000011 |
Color Harmonies of #996AED
Complementary color
Monochromatic Colors of #996AED
Black with #996AED
Text Example
Text Example
White with #996AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996AED; }
p { color: rgb(153,106,237); }
H1.HeaderClassName
{
color: #996AED;
}
.AnyTagClassName
{
color: #996AED;
}
</style>
background-color css
<style>
a { background-color: #996AED; }
a { background-color: rgb(153,106,237); }
div.DivClassName
{
background-color: #996AED;
}
.BgClassName
{
background-color: #996AED;
}
</style>
border-color css
<style>
span { border-color: #996AED; }
span { border-color: rgb(153,106,237); }
td.TdClassName
{
border-color: #996AED;
}
.TagClassName
{
border-color: #996AED;
}
</style>