Shades of Medium Purple #9969EE
Tints of Medium Purple #9969EE
RGB
CMYK
RGB Variations
Color information
#9969EE (or 0x9969EE) is known color: Medium Purple. HEX triplet: 99, 69 and EE. RGB value is (153,105,238). Sum of RGB (Red+Green+Blue) = 153+105+238=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #9969EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9969EE is #669611. Grayscale: #868686. Windows color (decimal): -6723090 or 15624601. OLE color: 15624601.
HSL color Cylindrical-coordinate representation of color #9969EE: hue angle of 261.65º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9969EE is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 105 | 238 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.07 |
| HSL | 261.65º | 0.8% | 0.67% | - |
| HSV(B) | 261.65º | 0.56% | 0.93% | - |
| XYZ | 33.62 | 23.05 | 83.57 | - |
| YUV | 134.51 | 186.4 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 238 | 0.36 | 0.56 | 0 | 0.07 | 261.65 | 0.8 | 0.67 |
| Hex | 99 | 69 | EE | 24 | 38 | 0 | 7 | 106 | 50 | 43 |
| Octal | 231 | 151 | 356 | 44 | 70 | 0 | 7 | 406 | 120 | 103 |
| Binary | 10011001 | 1101001 | 11101110 | 100100 | 111000 | 0 | 111 | 100000110 | 1010000 | 1000011 |
Color Harmonies of #9969EE
Complementary color
Monochromatic Colors of #9969EE
Black with #9969EE
Text Example
Text Example
White with #9969EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9969EE; }
p { color: rgb(153,105,238); }
H1.HeaderClassName
{
color: #9969EE;
}
.AnyTagClassName
{
color: #9969EE;
}
</style>
background-color css
<style>
a { background-color: #9969EE; }
a { background-color: rgb(153,105,238); }
div.DivClassName
{
background-color: #9969EE;
}
.BgClassName
{
background-color: #9969EE;
}
</style>
border-color css
<style>
span { border-color: #9969EE; }
span { border-color: rgb(153,105,238); }
td.TdClassName
{
border-color: #9969EE;
}
.TagClassName
{
border-color: #9969EE;
}
</style>