Shades of Medium Purple #9068DB
Tints of Medium Purple #9068DB
RGB
CMYK
RGB Variations
Color information
#9068DB (or 0x9068DB) is known color: Medium Purple. HEX triplet: 90, 68 and DB. RGB value is (144,104,219). Sum of RGB (Red+Green+Blue) = 144+104+219=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #9068DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9068DB is #6F9724. Grayscale: #808080. Windows color (decimal): -7313189 or 14379152. OLE color: 14379152.
HSL color Cylindrical-coordinate representation of color #9068DB: hue angle of 260.87º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9068DB is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 104 | 219 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.14 |
| HSL | 260.87º | 0.61% | 0.63% | - |
| HSV(B) | 260.87º | 0.53% | 0.86% | - |
| XYZ | 29.24 | 20.94 | 69.52 | - |
| YUV | 129.07 | 178.75 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 219 | 0.34 | 0.53 | 0 | 0.14 | 260.87 | 0.61 | 0.63 |
| Hex | 90 | 68 | DB | 22 | 35 | 0 | E | 105 | 3D | 3F |
| Octal | 220 | 150 | 333 | 42 | 65 | 0 | 16 | 405 | 75 | 77 |
| Binary | 10010000 | 1101000 | 11011011 | 100010 | 110101 | 0 | 1110 | 100000101 | 111101 | 111111 |
Color Harmonies of #9068DB
Complementary color
Monochromatic Colors of #9068DB
Black with #9068DB
Text Example
Text Example
White with #9068DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9068DB; }
p { color: rgb(144,104,219); }
H1.HeaderClassName
{
color: #9068DB;
}
.AnyTagClassName
{
color: #9068DB;
}
</style>
background-color css
<style>
a { background-color: #9068DB; }
a { background-color: rgb(144,104,219); }
div.DivClassName
{
background-color: #9068DB;
}
.BgClassName
{
background-color: #9068DB;
}
</style>
border-color css
<style>
span { border-color: #9068DB; }
span { border-color: rgb(144,104,219); }
td.TdClassName
{
border-color: #9068DB;
}
.TagClassName
{
border-color: #9068DB;
}
</style>