Shades of Medium Purple #9084DB
Tints of Medium Purple #9084DB
RGB
CMYK
RGB Variations
Color information
#9084DB (or 0x9084DB) is known color: Medium Purple. HEX triplet: 90, 84 and DB. RGB value is (144,132,219). Sum of RGB (Red+Green+Blue) = 144+132+219=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #9084DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084DB is #6F7B24. Grayscale: #919191. Windows color (decimal): -7306021 or 14386320. OLE color: 14386320.
HSL color Cylindrical-coordinate representation of color #9084DB: hue angle of 248.28º degrees, saturation: 0.55, 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 #9084DB is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 132 | 219 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.14 |
| HSL | 248.28º | 0.55% | 0.69% | - |
| HSV(B) | 248.28º | 0.4% | 0.86% | - |
| XYZ | 32.54 | 27.55 | 70.62 | - |
| YUV | 145.51 | 169.48 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 219 | 0.34 | 0.40 | 0 | 0.14 | 248.28 | 0.55 | 0.69 |
| Hex | 90 | 84 | DB | 22 | 28 | 0 | E | F8 | 37 | 45 |
| Octal | 220 | 204 | 333 | 42 | 50 | 0 | 16 | 370 | 67 | 105 |
| Binary | 10010000 | 10000100 | 11011011 | 100010 | 101000 | 0 | 1110 | 11111000 | 110111 | 1000101 |
Color Harmonies of #9084DB
Complementary color
Monochromatic Colors of #9084DB
Black with #9084DB
Text Example
Text Example
White with #9084DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9084DB; }
p { color: rgb(144,132,219); }
H1.HeaderClassName
{
color: #9084DB;
}
.AnyTagClassName
{
color: #9084DB;
}
</style>
background-color css
<style>
a { background-color: #9084DB; }
a { background-color: rgb(144,132,219); }
div.DivClassName
{
background-color: #9084DB;
}
.BgClassName
{
background-color: #9084DB;
}
</style>
border-color css
<style>
span { border-color: #9084DB; }
span { border-color: rgb(144,132,219); }
td.TdClassName
{
border-color: #9084DB;
}
.TagClassName
{
border-color: #9084DB;
}
</style>