Shades of Medium Purple #9066EA
Tints of Medium Purple #9066EA
RGB
CMYK
RGB Variations
Color information
#9066EA (or 0x9066EA) is known color: Medium Purple. HEX triplet: 90, 66 and EA. RGB value is (144,102,234). Sum of RGB (Red+Green+Blue) = 144+102+234=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #9066EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9066EA is #6F9915. Grayscale: #818181. Windows color (decimal): -7313686 or 15361680. OLE color: 15361680.
HSL color Cylindrical-coordinate representation of color #9066EA: hue angle of 259.09º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9066EA is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 102 | 234 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.08 |
| HSL | 259.09º | 0.76% | 0.66% | - |
| HSV(B) | 259.09º | 0.56% | 0.92% | - |
| XYZ | 31.1 | 21.37 | 80.33 | - |
| YUV | 129.61 | 186.91 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 234 | 0.38 | 0.56 | 0 | 0.08 | 259.09 | 0.76 | 0.66 |
| Hex | 90 | 66 | EA | 26 | 38 | 0 | 8 | 103 | 4C | 42 |
| Octal | 220 | 146 | 352 | 46 | 70 | 0 | 10 | 403 | 114 | 102 |
| Binary | 10010000 | 1100110 | 11101010 | 100110 | 111000 | 0 | 1000 | 100000011 | 1001100 | 1000010 |
Color Harmonies of #9066EA
Complementary color
Monochromatic Colors of #9066EA
Black with #9066EA
Text Example
Text Example
White with #9066EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9066EA; }
p { color: rgb(144,102,234); }
H1.HeaderClassName
{
color: #9066EA;
}
.AnyTagClassName
{
color: #9066EA;
}
</style>
background-color css
<style>
a { background-color: #9066EA; }
a { background-color: rgb(144,102,234); }
div.DivClassName
{
background-color: #9066EA;
}
.BgClassName
{
background-color: #9066EA;
}
</style>
border-color css
<style>
span { border-color: #9066EA; }
span { border-color: rgb(144,102,234); }
td.TdClassName
{
border-color: #9066EA;
}
.TagClassName
{
border-color: #9066EA;
}
</style>