Shades of Medium Purple #9069DE
Tints of Medium Purple #9069DE
RGB
CMYK
RGB Variations
Color information
#9069DE (or 0x9069DE) is known color: Medium Purple. HEX triplet: 90, 69 and DE. RGB value is (144,105,222). Sum of RGB (Red+Green+Blue) = 144+105+222=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #9069DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9069DE is #6F9621. Grayscale: #818181. Windows color (decimal): -7312930 or 14576016. OLE color: 14576016.
HSL color Cylindrical-coordinate representation of color #9069DE: hue angle of 260º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9069DE is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 105 | 222 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.13 |
| HSL | 260º | 0.64% | 0.64% | - |
| HSV(B) | 260º | 0.53% | 0.87% | - |
| XYZ | 29.74 | 21.31 | 71.65 | - |
| YUV | 130 | 179.92 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 105 | 222 | 0.35 | 0.53 | 0 | 0.13 | 260 | 0.64 | 0.64 |
| Hex | 90 | 69 | DE | 23 | 35 | 0 | D | 104 | 40 | 40 |
| Octal | 220 | 151 | 336 | 43 | 65 | 0 | 15 | 404 | 100 | 100 |
| Binary | 10010000 | 1101001 | 11011110 | 100011 | 110101 | 0 | 1101 | 100000100 | 1000000 | 1000000 |
Color Harmonies of #9069DE
Complementary color
Monochromatic Colors of #9069DE
Black with #9069DE
Text Example
Text Example
White with #9069DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9069DE; }
p { color: rgb(144,105,222); }
H1.HeaderClassName
{
color: #9069DE;
}
.AnyTagClassName
{
color: #9069DE;
}
</style>
background-color css
<style>
a { background-color: #9069DE; }
a { background-color: rgb(144,105,222); }
div.DivClassName
{
background-color: #9069DE;
}
.BgClassName
{
background-color: #9069DE;
}
</style>
border-color css
<style>
span { border-color: #9069DE; }
span { border-color: rgb(144,105,222); }
td.TdClassName
{
border-color: #9069DE;
}
.TagClassName
{
border-color: #9069DE;
}
</style>