Shades of Medium Purple #9080DA
Tints of Medium Purple #9080DA
RGB
CMYK
RGB Variations
Color information
#9080DA (or 0x9080DA) is known color: Medium Purple. HEX triplet: 90, 80 and DA. RGB value is (144,128,218). Sum of RGB (Red+Green+Blue) = 144+128+218=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #9080DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080DA is #6F7F25. Grayscale: #8E8E8E. Windows color (decimal): -7307046 or 14319760. OLE color: 14319760.
HSL color Cylindrical-coordinate representation of color #9080DA: hue angle of 250.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9080DA is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 128 | 218 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.15 |
| HSL | 250.67º | 0.55% | 0.68% | - |
| HSV(B) | 250.67º | 0.41% | 0.85% | - |
| XYZ | 31.88 | 26.43 | 69.75 | - |
| YUV | 143.04 | 170.3 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 128 | 218 | 0.34 | 0.41 | 0 | 0.15 | 250.67 | 0.55 | 0.68 |
| Hex | 90 | 80 | DA | 22 | 29 | 0 | F | FB | 37 | 44 |
| Octal | 220 | 200 | 332 | 42 | 51 | 0 | 17 | 373 | 67 | 104 |
| Binary | 10010000 | 10000000 | 11011010 | 100010 | 101001 | 0 | 1111 | 11111011 | 110111 | 1000100 |
Color Harmonies of #9080DA
Complementary color
Monochromatic Colors of #9080DA
Black with #9080DA
Text Example
Text Example
White with #9080DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9080DA; }
p { color: rgb(144,128,218); }
H1.HeaderClassName
{
color: #9080DA;
}
.AnyTagClassName
{
color: #9080DA;
}
</style>
background-color css
<style>
a { background-color: #9080DA; }
a { background-color: rgb(144,128,218); }
div.DivClassName
{
background-color: #9080DA;
}
.BgClassName
{
background-color: #9080DA;
}
</style>
border-color css
<style>
span { border-color: #9080DA; }
span { border-color: rgb(144,128,218); }
td.TdClassName
{
border-color: #9080DA;
}
.TagClassName
{
border-color: #9080DA;
}
</style>