Shades of Medium Purple #996AE5
Tints of Medium Purple #996AE5
RGB
CMYK
RGB Variations
Color information
#996AE5 (or 0x996AE5) is known color: Medium Purple. HEX triplet: 99, 6A and E5. RGB value is (153,106,229). Sum of RGB (Red+Green+Blue) = 153+106+229=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #996AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996AE5 is #66951A. Grayscale: #858585. Windows color (decimal): -6722843 or 15035033. OLE color: 15035033.
HSL color Cylindrical-coordinate representation of color #996AE5: hue angle of 262.93º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #996AE5 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 106 | 229 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.10 |
| HSL | 262.93º | 0.7% | 0.66% | - |
| HSV(B) | 262.93º | 0.54% | 0.9% | - |
| XYZ | 32.43 | 22.74 | 76.81 | - |
| YUV | 134.08 | 181.57 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 229 | 0.33 | 0.54 | 0 | 0.10 | 262.93 | 0.7 | 0.66 |
| Hex | 99 | 6A | E5 | 21 | 36 | 0 | A | 107 | 46 | 42 |
| Octal | 231 | 152 | 345 | 41 | 66 | 0 | 12 | 407 | 106 | 102 |
| Binary | 10011001 | 1101010 | 11100101 | 100001 | 110110 | 0 | 1010 | 100000111 | 1000110 | 1000010 |
Color Harmonies of #996AE5
Complementary color
Monochromatic Colors of #996AE5
Black with #996AE5
Text Example
Text Example
White with #996AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996AE5; }
p { color: rgb(153,106,229); }
H1.HeaderClassName
{
color: #996AE5;
}
.AnyTagClassName
{
color: #996AE5;
}
</style>
background-color css
<style>
a { background-color: #996AE5; }
a { background-color: rgb(153,106,229); }
div.DivClassName
{
background-color: #996AE5;
}
.BgClassName
{
background-color: #996AE5;
}
</style>
border-color css
<style>
span { border-color: #996AE5; }
span { border-color: rgb(153,106,229); }
td.TdClassName
{
border-color: #996AE5;
}
.TagClassName
{
border-color: #996AE5;
}
</style>