Shades of Medium Purple #9067D8
Tints of Medium Purple #9067D8
RGB
CMYK
RGB Variations
Color information
#9067D8 (or 0x9067D8) is known color: Medium Purple. HEX triplet: 90, 67 and D8. RGB value is (144,103,216). Sum of RGB (Red+Green+Blue) = 144+103+216=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #9067D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9067D8 is #6F9827. Grayscale: #7F7F7F. Windows color (decimal): -7313448 or 14182288. OLE color: 14182288.
HSL color Cylindrical-coordinate representation of color #9067D8: hue angle of 261.77º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9067D8 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 103 | 216 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.15 |
| HSL | 261.77º | 0.59% | 0.63% | - |
| HSV(B) | 261.77º | 0.52% | 0.85% | - |
| XYZ | 28.75 | 20.59 | 67.42 | - |
| YUV | 128.14 | 177.58 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 103 | 216 | 0.33 | 0.52 | 0 | 0.15 | 261.77 | 0.59 | 0.63 |
| Hex | 90 | 67 | D8 | 21 | 34 | 0 | F | 106 | 3B | 3F |
| Octal | 220 | 147 | 330 | 41 | 64 | 0 | 17 | 406 | 73 | 77 |
| Binary | 10010000 | 1100111 | 11011000 | 100001 | 110100 | 0 | 1111 | 100000110 | 111011 | 111111 |
Color Harmonies of #9067D8
Complementary color
Monochromatic Colors of #9067D8
Black with #9067D8
Text Example
Text Example
White with #9067D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9067D8; }
p { color: rgb(144,103,216); }
H1.HeaderClassName
{
color: #9067D8;
}
.AnyTagClassName
{
color: #9067D8;
}
</style>
background-color css
<style>
a { background-color: #9067D8; }
a { background-color: rgb(144,103,216); }
div.DivClassName
{
background-color: #9067D8;
}
.BgClassName
{
background-color: #9067D8;
}
</style>
border-color css
<style>
span { border-color: #9067D8; }
span { border-color: rgb(144,103,216); }
td.TdClassName
{
border-color: #9067D8;
}
.TagClassName
{
border-color: #9067D8;
}
</style>