Shades of Medium Purple #996AF0
Tints of Medium Purple #996AF0
RGB
CMYK
RGB Variations
Color information
#996AF0 (or 0x996AF0) is known color: Medium Purple. HEX triplet: 99, 6A and F0. RGB value is (153,106,240). Sum of RGB (Red+Green+Blue) = 153+106+240=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #996AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996AF0 is #66950F. Grayscale: #868686. Windows color (decimal): -6722832 or 15755929. OLE color: 15755929.
HSL color Cylindrical-coordinate representation of color #996AF0: hue angle of 261.04º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #996AF0 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 106 | 240 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.06 |
| HSL | 261.04º | 0.82% | 0.68% | - |
| HSV(B) | 261.04º | 0.56% | 0.94% | - |
| XYZ | 34.02 | 23.37 | 85.16 | - |
| YUV | 135.33 | 187.07 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 240 | 0.36 | 0.56 | 0 | 0.06 | 261.04 | 0.82 | 0.68 |
| Hex | 99 | 6A | F0 | 24 | 38 | 0 | 6 | 105 | 52 | 44 |
| Octal | 231 | 152 | 360 | 44 | 70 | 0 | 6 | 405 | 122 | 104 |
| Binary | 10011001 | 1101010 | 11110000 | 100100 | 111000 | 0 | 110 | 100000101 | 1010010 | 1000100 |
Color Harmonies of #996AF0
Complementary color
Monochromatic Colors of #996AF0
Black with #996AF0
Text Example
Text Example
White with #996AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996AF0; }
p { color: rgb(153,106,240); }
H1.HeaderClassName
{
color: #996AF0;
}
.AnyTagClassName
{
color: #996AF0;
}
</style>
background-color css
<style>
a { background-color: #996AF0; }
a { background-color: rgb(153,106,240); }
div.DivClassName
{
background-color: #996AF0;
}
.BgClassName
{
background-color: #996AF0;
}
</style>
border-color css
<style>
span { border-color: #996AF0; }
span { border-color: rgb(153,106,240); }
td.TdClassName
{
border-color: #996AF0;
}
.TagClassName
{
border-color: #996AF0;
}
</style>