Shades of Medium Purple #9066DC
Tints of Medium Purple #9066DC
RGB
CMYK
RGB Variations
Color information
#9066DC (or 0x9066DC) is known color: Medium Purple. HEX triplet: 90, 66 and DC. RGB value is (144,102,220). Sum of RGB (Red+Green+Blue) = 144+102+220=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #9066DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066DC is #6F9923. Grayscale: #7F7F7F. Windows color (decimal): -7313700 or 14444176. OLE color: 14444176.
HSL color Cylindrical-coordinate representation of color #9066DC: hue angle of 261.36º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9066DC is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 102 | 220 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.14 |
| HSL | 261.36º | 0.63% | 0.63% | - |
| HSV(B) | 261.36º | 0.54% | 0.86% | - |
| XYZ | 29.17 | 20.6 | 70.15 | - |
| YUV | 128.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 220 | 0.35 | 0.54 | 0 | 0.14 | 261.36 | 0.63 | 0.63 |
| Hex | 90 | 66 | DC | 23 | 36 | 0 | E | 105 | 3F | 3F |
| Octal | 220 | 146 | 334 | 43 | 66 | 0 | 16 | 405 | 77 | 77 |
| Binary | 10010000 | 1100110 | 11011100 | 100011 | 110110 | 0 | 1110 | 100000101 | 111111 | 111111 |
Color Harmonies of #9066DC
Complementary color
Monochromatic Colors of #9066DC
Black with #9066DC
Text Example
Text Example
White with #9066DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9066DC; }
p { color: rgb(144,102,220); }
H1.HeaderClassName
{
color: #9066DC;
}
.AnyTagClassName
{
color: #9066DC;
}
</style>
background-color css
<style>
a { background-color: #9066DC; }
a { background-color: rgb(144,102,220); }
div.DivClassName
{
background-color: #9066DC;
}
.BgClassName
{
background-color: #9066DC;
}
</style>
border-color css
<style>
span { border-color: #9066DC; }
span { border-color: rgb(144,102,220); }
td.TdClassName
{
border-color: #9066DC;
}
.TagClassName
{
border-color: #9066DC;
}
</style>