Shades of Medium Purple #996CEE
Tints of Medium Purple #996CEE
RGB
CMYK
RGB Variations
Color information
#996CEE (or 0x996CEE) is known color: Medium Purple. HEX triplet: 99, 6C and EE. RGB value is (153,108,238). Sum of RGB (Red+Green+Blue) = 153+108+238=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #996CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996CEE is #669311. Grayscale: #878787. Windows color (decimal): -6722322 or 15625369. OLE color: 15625369.
HSL color Cylindrical-coordinate representation of color #996CEE: hue angle of 260.77º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #996CEE is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 108 | 238 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.07 |
| HSL | 260.77º | 0.79% | 0.68% | - |
| HSV(B) | 260.77º | 0.55% | 0.93% | - |
| XYZ | 33.93 | 23.67 | 83.67 | - |
| YUV | 136.28 | 185.41 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 238 | 0.36 | 0.55 | 0 | 0.07 | 260.77 | 0.79 | 0.68 |
| Hex | 99 | 6C | EE | 24 | 37 | 0 | 7 | 105 | 4F | 44 |
| Octal | 231 | 154 | 356 | 44 | 67 | 0 | 7 | 405 | 117 | 104 |
| Binary | 10011001 | 1101100 | 11101110 | 100100 | 110111 | 0 | 111 | 100000101 | 1001111 | 1000100 |
Color Harmonies of #996CEE
Complementary color
Monochromatic Colors of #996CEE
Black with #996CEE
Text Example
Text Example
White with #996CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996CEE; }
p { color: rgb(153,108,238); }
H1.HeaderClassName
{
color: #996CEE;
}
.AnyTagClassName
{
color: #996CEE;
}
</style>
background-color css
<style>
a { background-color: #996CEE; }
a { background-color: rgb(153,108,238); }
div.DivClassName
{
background-color: #996CEE;
}
.BgClassName
{
background-color: #996CEE;
}
</style>
border-color css
<style>
span { border-color: #996CEE; }
span { border-color: rgb(153,108,238); }
td.TdClassName
{
border-color: #996CEE;
}
.TagClassName
{
border-color: #996CEE;
}
</style>