Shades of Medium Purple #9060DA
Tints of Medium Purple #9060DA
RGB
CMYK
RGB Variations
Color information
#9060DA (or 0x9060DA) is known color: Medium Purple. HEX triplet: 90, 60 and DA. RGB value is (144,96,218). Sum of RGB (Red+Green+Blue) = 144+96+218=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #9060DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060DA is #6F9F25. Grayscale: #7B7B7B. Windows color (decimal): -7315238 or 14311568. OLE color: 14311568.
HSL color Cylindrical-coordinate representation of color #9060DA: hue angle of 263.61º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9060DA is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 96 | 218 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.15 |
| HSL | 263.61º | 0.62% | 0.62% | - |
| HSV(B) | 263.61º | 0.56% | 0.85% | - |
| XYZ | 28.34 | 19.36 | 68.57 | - |
| YUV | 124.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 218 | 0.34 | 0.56 | 0 | 0.15 | 263.61 | 0.62 | 0.62 |
| Hex | 90 | 60 | DA | 22 | 38 | 0 | F | 108 | 3E | 3E |
| Octal | 220 | 140 | 332 | 42 | 70 | 0 | 17 | 410 | 76 | 76 |
| Binary | 10010000 | 1100000 | 11011010 | 100010 | 111000 | 0 | 1111 | 100001000 | 111110 | 111110 |
Color Harmonies of #9060DA
Complementary color
Monochromatic Colors of #9060DA
Black with #9060DA
Text Example
Text Example
White with #9060DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9060DA; }
p { color: rgb(144,96,218); }
H1.HeaderClassName
{
color: #9060DA;
}
.AnyTagClassName
{
color: #9060DA;
}
</style>
background-color css
<style>
a { background-color: #9060DA; }
a { background-color: rgb(144,96,218); }
div.DivClassName
{
background-color: #9060DA;
}
.BgClassName
{
background-color: #9060DA;
}
</style>
border-color css
<style>
span { border-color: #9060DA; }
span { border-color: rgb(144,96,218); }
td.TdClassName
{
border-color: #9060DA;
}
.TagClassName
{
border-color: #9060DA;
}
</style>