Shades of Medium Purple #9060DB
Tints of Medium Purple #9060DB
RGB
CMYK
RGB Variations
Color information
#9060DB (or 0x9060DB) is known color: Medium Purple. HEX triplet: 90, 60 and DB. RGB value is (144,96,219). Sum of RGB (Red+Green+Blue) = 144+96+219=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #9060DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9060DB is #6F9F24. Grayscale: #7B7B7B. Windows color (decimal): -7315237 or 14377104. OLE color: 14377104.
HSL color Cylindrical-coordinate representation of color #9060DB: hue angle of 263.41º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9060DB is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 96 | 219 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.14 |
| HSL | 263.41º | 0.63% | 0.62% | - |
| HSV(B) | 263.41º | 0.56% | 0.86% | - |
| XYZ | 28.47 | 19.41 | 69.26 | - |
| YUV | 124.37 | 181.4 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 219 | 0.34 | 0.56 | 0 | 0.14 | 263.41 | 0.63 | 0.62 |
| Hex | 90 | 60 | DB | 22 | 38 | 0 | E | 107 | 3F | 3E |
| Octal | 220 | 140 | 333 | 42 | 70 | 0 | 16 | 407 | 77 | 76 |
| Binary | 10010000 | 1100000 | 11011011 | 100010 | 111000 | 0 | 1110 | 100000111 | 111111 | 111110 |
Color Harmonies of #9060DB
Complementary color
Monochromatic Colors of #9060DB
Black with #9060DB
Text Example
Text Example
White with #9060DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9060DB; }
p { color: rgb(144,96,219); }
H1.HeaderClassName
{
color: #9060DB;
}
.AnyTagClassName
{
color: #9060DB;
}
</style>
background-color css
<style>
a { background-color: #9060DB; }
a { background-color: rgb(144,96,219); }
div.DivClassName
{
background-color: #9060DB;
}
.BgClassName
{
background-color: #9060DB;
}
</style>
border-color css
<style>
span { border-color: #9060DB; }
span { border-color: rgb(144,96,219); }
td.TdClassName
{
border-color: #9060DB;
}
.TagClassName
{
border-color: #9060DB;
}
</style>