Shades of Medium Purple #9069E9
Tints of Medium Purple #9069E9
RGB
CMYK
RGB Variations
Color information
#9069E9 (or 0x9069E9) is known color: Medium Purple. HEX triplet: 90, 69 and E9. RGB value is (144,105,233). Sum of RGB (Red+Green+Blue) = 144+105+233=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #9069E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9069E9 is #6F9616. Grayscale: #828282. Windows color (decimal): -7312919 or 15296912. OLE color: 15296912.
HSL color Cylindrical-coordinate representation of color #9069E9: hue angle of 258.28º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9069E9 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 105 | 233 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.09 |
| HSL | 258.28º | 0.74% | 0.66% | - |
| HSV(B) | 258.28º | 0.55% | 0.91% | - |
| XYZ | 31.26 | 21.92 | 79.67 | - |
| YUV | 131.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 233 | 0.38 | 0.55 | 0 | 0.09 | 258.28 | 0.74 | 0.66 |
| Hex | 90 | 69 | E9 | 26 | 37 | 0 | 9 | 102 | 4A | 42 |
| Octal | 220 | 151 | 351 | 46 | 67 | 0 | 11 | 402 | 112 | 102 |
| Binary | 10010000 | 1101001 | 11101001 | 100110 | 110111 | 0 | 1001 | 100000010 | 1001010 | 1000010 |
Color Harmonies of #9069E9
Complementary color
Monochromatic Colors of #9069E9
Black with #9069E9
Text Example
Text Example
White with #9069E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9069E9; }
p { color: rgb(144,105,233); }
H1.HeaderClassName
{
color: #9069E9;
}
.AnyTagClassName
{
color: #9069E9;
}
</style>
background-color css
<style>
a { background-color: #9069E9; }
a { background-color: rgb(144,105,233); }
div.DivClassName
{
background-color: #9069E9;
}
.BgClassName
{
background-color: #9069E9;
}
</style>
border-color css
<style>
span { border-color: #9069E9; }
span { border-color: rgb(144,105,233); }
td.TdClassName
{
border-color: #9069E9;
}
.TagClassName
{
border-color: #9069E9;
}
</style>