Shades of Medium Purple #996FF3
Tints of Medium Purple #996FF3
RGB
CMYK
RGB Variations
Color information
#996FF3 (or 0x996FF3) is known color: Medium Purple. HEX triplet: 99, 6F and F3. RGB value is (153,111,243). Sum of RGB (Red+Green+Blue) = 153+111+243=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #996FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996FF3 is #66900C. Grayscale: #8A8A8A. Windows color (decimal): -6721549 or 15953817. OLE color: 15953817.
HSL color Cylindrical-coordinate representation of color #996FF3: hue angle of 259.09º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #996FF3 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 111 | 243 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.05 |
| HSL | 259.09º | 0.85% | 0.69% | - |
| HSV(B) | 259.09º | 0.54% | 0.95% | - |
| XYZ | 35 | 24.61 | 87.7 | - |
| YUV | 138.61 | 186.91 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 243 | 0.37 | 0.54 | 0 | 0.05 | 259.09 | 0.85 | 0.69 |
| Hex | 99 | 6F | F3 | 25 | 36 | 0 | 5 | 103 | 55 | 45 |
| Octal | 231 | 157 | 363 | 45 | 66 | 0 | 5 | 403 | 125 | 105 |
| Binary | 10011001 | 1101111 | 11110011 | 100101 | 110110 | 0 | 101 | 100000011 | 1010101 | 1000101 |
Color Harmonies of #996FF3
Complementary color
Monochromatic Colors of #996FF3
Black with #996FF3
Text Example
Text Example
White with #996FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FF3; }
p { color: rgb(153,111,243); }
H1.HeaderClassName
{
color: #996FF3;
}
.AnyTagClassName
{
color: #996FF3;
}
</style>
background-color css
<style>
a { background-color: #996FF3; }
a { background-color: rgb(153,111,243); }
div.DivClassName
{
background-color: #996FF3;
}
.BgClassName
{
background-color: #996FF3;
}
</style>
border-color css
<style>
span { border-color: #996FF3; }
span { border-color: rgb(153,111,243); }
td.TdClassName
{
border-color: #996FF3;
}
.TagClassName
{
border-color: #996FF3;
}
</style>