Shades of Medium Purple #996FDA
Tints of Medium Purple #996FDA
RGB
CMYK
RGB Variations
Color information
#996FDA (or 0x996FDA) is known color: Medium Purple. HEX triplet: 99, 6F and DA. RGB value is (153,111,218). Sum of RGB (Red+Green+Blue) = 153+111+218=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #996FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996FDA is #669025. Grayscale: #878787. Windows color (decimal): -6721574 or 14315417. OLE color: 14315417.
HSL color Cylindrical-coordinate representation of color #996FDA: hue angle of 263.55º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #996FDA is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 111 | 218 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.15 |
| HSL | 263.55º | 0.59% | 0.65% | - |
| HSV(B) | 263.55º | 0.49% | 0.85% | - |
| XYZ | 31.48 | 23.2 | 69.15 | - |
| YUV | 135.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 218 | 0.30 | 0.49 | 0 | 0.15 | 263.55 | 0.59 | 0.65 |
| Hex | 99 | 6F | DA | 1E | 31 | 0 | F | 108 | 3B | 41 |
| Octal | 231 | 157 | 332 | 36 | 61 | 0 | 17 | 410 | 73 | 101 |
| Binary | 10011001 | 1101111 | 11011010 | 11110 | 110001 | 0 | 1111 | 100001000 | 111011 | 1000001 |
Color Harmonies of #996FDA
Complementary color
Monochromatic Colors of #996FDA
Black with #996FDA
Text Example
Text Example
White with #996FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996FDA; }
p { color: rgb(153,111,218); }
H1.HeaderClassName
{
color: #996FDA;
}
.AnyTagClassName
{
color: #996FDA;
}
</style>
background-color css
<style>
a { background-color: #996FDA; }
a { background-color: rgb(153,111,218); }
div.DivClassName
{
background-color: #996FDA;
}
.BgClassName
{
background-color: #996FDA;
}
</style>
border-color css
<style>
span { border-color: #996FDA; }
span { border-color: rgb(153,111,218); }
td.TdClassName
{
border-color: #996FDA;
}
.TagClassName
{
border-color: #996FDA;
}
</style>