Shades of Medium Purple #9066EE
Tints of Medium Purple #9066EE
RGB
CMYK
RGB Variations
Color information
#9066EE (or 0x9066EE) is known color: Medium Purple. HEX triplet: 90, 66 and EE. RGB value is (144,102,238). Sum of RGB (Red+Green+Blue) = 144+102+238=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #9066EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9066EE is #6F9911. Grayscale: #818181. Windows color (decimal): -7313682 or 15623824. OLE color: 15623824.
HSL color Cylindrical-coordinate representation of color #9066EE: hue angle of 258.53º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9066EE is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 102 | 238 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.07 |
| HSL | 258.53º | 0.8% | 0.67% | - |
| HSV(B) | 258.53º | 0.57% | 0.93% | - |
| XYZ | 31.69 | 21.61 | 83.39 | - |
| YUV | 130.06 | 188.91 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 238 | 0.39 | 0.57 | 0 | 0.07 | 258.53 | 0.8 | 0.67 |
| Hex | 90 | 66 | EE | 27 | 39 | 0 | 7 | 103 | 50 | 43 |
| Octal | 220 | 146 | 356 | 47 | 71 | 0 | 7 | 403 | 120 | 103 |
| Binary | 10010000 | 1100110 | 11101110 | 100111 | 111001 | 0 | 111 | 100000011 | 1010000 | 1000011 |
Color Harmonies of #9066EE
Complementary color
Monochromatic Colors of #9066EE
Black with #9066EE
Text Example
Text Example
White with #9066EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9066EE; }
p { color: rgb(144,102,238); }
H1.HeaderClassName
{
color: #9066EE;
}
.AnyTagClassName
{
color: #9066EE;
}
</style>
background-color css
<style>
a { background-color: #9066EE; }
a { background-color: rgb(144,102,238); }
div.DivClassName
{
background-color: #9066EE;
}
.BgClassName
{
background-color: #9066EE;
}
</style>
border-color css
<style>
span { border-color: #9066EE; }
span { border-color: rgb(144,102,238); }
td.TdClassName
{
border-color: #9066EE;
}
.TagClassName
{
border-color: #9066EE;
}
</style>