Shades of Medium Purple #9084DC
Tints of Medium Purple #9084DC
RGB
CMYK
RGB Variations
Color information
#9084DC (or 0x9084DC) is known color: Medium Purple. HEX triplet: 90, 84 and DC. RGB value is (144,132,220). Sum of RGB (Red+Green+Blue) = 144+132+220=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #9084DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084DC is #6F7B23. Grayscale: #919191. Windows color (decimal): -7306020 or 14451856. OLE color: 14451856.
HSL color Cylindrical-coordinate representation of color #9084DC: hue angle of 248.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9084DC is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 132 | 220 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.14 |
| HSL | 248.18º | 0.56% | 0.69% | - |
| HSV(B) | 248.18º | 0.4% | 0.86% | - |
| XYZ | 32.67 | 27.6 | 71.32 | - |
| YUV | 145.62 | 169.98 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 220 | 0.35 | 0.40 | 0 | 0.14 | 248.18 | 0.56 | 0.69 |
| Hex | 90 | 84 | DC | 23 | 28 | 0 | E | F8 | 38 | 45 |
| Octal | 220 | 204 | 334 | 43 | 50 | 0 | 16 | 370 | 70 | 105 |
| Binary | 10010000 | 10000100 | 11011100 | 100011 | 101000 | 0 | 1110 | 11111000 | 111000 | 1000101 |
Color Harmonies of #9084DC
Complementary color
Monochromatic Colors of #9084DC
Black with #9084DC
Text Example
Text Example
White with #9084DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9084DC; }
p { color: rgb(144,132,220); }
H1.HeaderClassName
{
color: #9084DC;
}
.AnyTagClassName
{
color: #9084DC;
}
</style>
background-color css
<style>
a { background-color: #9084DC; }
a { background-color: rgb(144,132,220); }
div.DivClassName
{
background-color: #9084DC;
}
.BgClassName
{
background-color: #9084DC;
}
</style>
border-color css
<style>
span { border-color: #9084DC; }
span { border-color: rgb(144,132,220); }
td.TdClassName
{
border-color: #9084DC;
}
.TagClassName
{
border-color: #9084DC;
}
</style>