Shades of Medium Purple #9061DA
Tints of Medium Purple #9061DA
RGB
CMYK
RGB Variations
Color information
#9061DA (or 0x9061DA) is known color: Medium Purple. HEX triplet: 90, 61 and DA. RGB value is (144,97,218). Sum of RGB (Red+Green+Blue) = 144+97+218=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #9061DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9061DA is #6F9E25. Grayscale: #7C7C7C. Windows color (decimal): -7314982 or 14311824. OLE color: 14311824.
HSL color Cylindrical-coordinate representation of color #9061DA: hue angle of 263.31º 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 #9061DA is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 97 | 218 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.15 |
| HSL | 263.31º | 0.62% | 0.62% | - |
| HSV(B) | 263.31º | 0.56% | 0.85% | - |
| XYZ | 28.43 | 19.54 | 68.6 | - |
| YUV | 124.85 | 180.57 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 218 | 0.34 | 0.56 | 0 | 0.15 | 263.31 | 0.62 | 0.62 |
| Hex | 90 | 61 | DA | 22 | 38 | 0 | F | 107 | 3E | 3E |
| Octal | 220 | 141 | 332 | 42 | 70 | 0 | 17 | 407 | 76 | 76 |
| Binary | 10010000 | 1100001 | 11011010 | 100010 | 111000 | 0 | 1111 | 100000111 | 111110 | 111110 |
Color Harmonies of #9061DA
Complementary color
Monochromatic Colors of #9061DA
Black with #9061DA
Text Example
Text Example
White with #9061DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9061DA; }
p { color: rgb(144,97,218); }
H1.HeaderClassName
{
color: #9061DA;
}
.AnyTagClassName
{
color: #9061DA;
}
</style>
background-color css
<style>
a { background-color: #9061DA; }
a { background-color: rgb(144,97,218); }
div.DivClassName
{
background-color: #9061DA;
}
.BgClassName
{
background-color: #9061DA;
}
</style>
border-color css
<style>
span { border-color: #9061DA; }
span { border-color: rgb(144,97,218); }
td.TdClassName
{
border-color: #9061DA;
}
.TagClassName
{
border-color: #9061DA;
}
</style>