Shades of Medium Purple #9169DC
Tints of Medium Purple #9169DC
RGB
CMYK
RGB Variations
Color information
#9169DC (or 0x9169DC) is known color: Medium Purple. HEX triplet: 91, 69 and DC. RGB value is (145,105,220). Sum of RGB (Red+Green+Blue) = 145+105+220=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #9169DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9169DC is #6E9623. Grayscale: #818181. Windows color (decimal): -7247396 or 14444945. OLE color: 14444945.
HSL color Cylindrical-coordinate representation of color #9169DC: hue angle of 260.87º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9169DC is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 105 | 220 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.14 |
| HSL | 260.87º | 0.62% | 0.64% | - |
| HSV(B) | 260.87º | 0.52% | 0.86% | - |
| XYZ | 29.65 | 21.29 | 70.26 | - |
| YUV | 130.07 | 178.75 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 220 | 0.34 | 0.52 | 0 | 0.14 | 260.87 | 0.62 | 0.64 |
| Hex | 91 | 69 | DC | 22 | 34 | 0 | E | 105 | 3E | 40 |
| Octal | 221 | 151 | 334 | 42 | 64 | 0 | 16 | 405 | 76 | 100 |
| Binary | 10010001 | 1101001 | 11011100 | 100010 | 110100 | 0 | 1110 | 100000101 | 111110 | 1000000 |
Color Harmonies of #9169DC
Complementary color
Monochromatic Colors of #9169DC
Black with #9169DC
Text Example
Text Example
White with #9169DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9169DC; }
p { color: rgb(145,105,220); }
H1.HeaderClassName
{
color: #9169DC;
}
.AnyTagClassName
{
color: #9169DC;
}
</style>
background-color css
<style>
a { background-color: #9169DC; }
a { background-color: rgb(145,105,220); }
div.DivClassName
{
background-color: #9169DC;
}
.BgClassName
{
background-color: #9169DC;
}
</style>
border-color css
<style>
span { border-color: #9169DC; }
span { border-color: rgb(145,105,220); }
td.TdClassName
{
border-color: #9169DC;
}
.TagClassName
{
border-color: #9169DC;
}
</style>