Shades of Medium Purple #9067DC
Tints of Medium Purple #9067DC
RGB
CMYK
RGB Variations
Color information
#9067DC (or 0x9067DC) is known color: Medium Purple. HEX triplet: 90, 67 and DC. RGB value is (144,103,220). Sum of RGB (Red+Green+Blue) = 144+103+220=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #9067DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9067DC is #6F9823. Grayscale: #808080. Windows color (decimal): -7313444 or 14444432. OLE color: 14444432.
HSL color Cylindrical-coordinate representation of color #9067DC: hue angle of 261.03º degrees, saturation: 0.63, 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 #9067DC is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 103 | 220 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.14 |
| HSL | 261.03º | 0.63% | 0.63% | - |
| HSV(B) | 261.03º | 0.53% | 0.86% | - |
| XYZ | 29.27 | 20.8 | 70.18 | - |
| YUV | 128.6 | 179.58 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 103 | 220 | 0.35 | 0.53 | 0 | 0.14 | 261.03 | 0.63 | 0.63 |
| Hex | 90 | 67 | DC | 23 | 35 | 0 | E | 105 | 3F | 3F |
| Octal | 220 | 147 | 334 | 43 | 65 | 0 | 16 | 405 | 77 | 77 |
| Binary | 10010000 | 1100111 | 11011100 | 100011 | 110101 | 0 | 1110 | 100000101 | 111111 | 111111 |
Color Harmonies of #9067DC
Complementary color
Monochromatic Colors of #9067DC
Black with #9067DC
Text Example
Text Example
White with #9067DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9067DC; }
p { color: rgb(144,103,220); }
H1.HeaderClassName
{
color: #9067DC;
}
.AnyTagClassName
{
color: #9067DC;
}
</style>
background-color css
<style>
a { background-color: #9067DC; }
a { background-color: rgb(144,103,220); }
div.DivClassName
{
background-color: #9067DC;
}
.BgClassName
{
background-color: #9067DC;
}
</style>
border-color css
<style>
span { border-color: #9067DC; }
span { border-color: rgb(144,103,220); }
td.TdClassName
{
border-color: #9067DC;
}
.TagClassName
{
border-color: #9067DC;
}
</style>