Shades of Medium Purple #9069E7
Tints of Medium Purple #9069E7
RGB
CMYK
RGB Variations
Color information
#9069E7 (or 0x9069E7) is known color: Medium Purple. HEX triplet: 90, 69 and E7. RGB value is (144,105,231). Sum of RGB (Red+Green+Blue) = 144+105+231=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #9069E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9069E7 is #6F9618. Grayscale: #828282. Windows color (decimal): -7312921 or 15165840. OLE color: 15165840.
HSL color Cylindrical-coordinate representation of color #9069E7: hue angle of 258.57º degrees, saturation: 0.72, 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 #9069E7 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 105 | 231 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.09 |
| HSL | 258.57º | 0.72% | 0.66% | - |
| HSV(B) | 258.57º | 0.55% | 0.91% | - |
| XYZ | 30.98 | 21.8 | 78.18 | - |
| YUV | 131.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 231 | 0.38 | 0.55 | 0 | 0.09 | 258.57 | 0.72 | 0.66 |
| Hex | 90 | 69 | E7 | 26 | 37 | 0 | 9 | 103 | 48 | 42 |
| Octal | 220 | 151 | 347 | 46 | 67 | 0 | 11 | 403 | 110 | 102 |
| Binary | 10010000 | 1101001 | 11100111 | 100110 | 110111 | 0 | 1001 | 100000011 | 1001000 | 1000010 |
Color Harmonies of #9069E7
Complementary color
Monochromatic Colors of #9069E7
Black with #9069E7
Text Example
Text Example
White with #9069E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9069E7; }
p { color: rgb(144,105,231); }
H1.HeaderClassName
{
color: #9069E7;
}
.AnyTagClassName
{
color: #9069E7;
}
</style>
background-color css
<style>
a { background-color: #9069E7; }
a { background-color: rgb(144,105,231); }
div.DivClassName
{
background-color: #9069E7;
}
.BgClassName
{
background-color: #9069E7;
}
</style>
border-color css
<style>
span { border-color: #9069E7; }
span { border-color: rgb(144,105,231); }
td.TdClassName
{
border-color: #9069E7;
}
.TagClassName
{
border-color: #9069E7;
}
</style>