Shades of Medium Purple #9160DC
Tints of Medium Purple #9160DC
RGB
CMYK
RGB Variations
Color information
#9160DC (or 0x9160DC) is known color: Medium Purple. HEX triplet: 91, 60 and DC. RGB value is (145,96,220). Sum of RGB (Red+Green+Blue) = 145+96+220=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #9160DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9160DC is #6E9F23. Grayscale: #7C7C7C. Windows color (decimal): -7249700 or 14442641. OLE color: 14442641.
HSL color Cylindrical-coordinate representation of color #9160DC: hue angle of 263.71º degrees, saturation: 0.64, 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 #9160DC is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 96 | 220 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.14 |
| HSL | 263.71º | 0.64% | 0.62% | - |
| HSV(B) | 263.71º | 0.56% | 0.86% | - |
| XYZ | 28.78 | 19.55 | 69.97 | - |
| YUV | 124.79 | 181.73 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 96 | 220 | 0.34 | 0.56 | 0 | 0.14 | 263.71 | 0.64 | 0.62 |
| Hex | 91 | 60 | DC | 22 | 38 | 0 | E | 108 | 40 | 3E |
| Octal | 221 | 140 | 334 | 42 | 70 | 0 | 16 | 410 | 100 | 76 |
| Binary | 10010001 | 1100000 | 11011100 | 100010 | 111000 | 0 | 1110 | 100001000 | 1000000 | 111110 |
Color Harmonies of #9160DC
Complementary color
Monochromatic Colors of #9160DC
Black with #9160DC
Text Example
Text Example
White with #9160DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9160DC; }
p { color: rgb(145,96,220); }
H1.HeaderClassName
{
color: #9160DC;
}
.AnyTagClassName
{
color: #9160DC;
}
</style>
background-color css
<style>
a { background-color: #9160DC; }
a { background-color: rgb(145,96,220); }
div.DivClassName
{
background-color: #9160DC;
}
.BgClassName
{
background-color: #9160DC;
}
</style>
border-color css
<style>
span { border-color: #9160DC; }
span { border-color: rgb(145,96,220); }
td.TdClassName
{
border-color: #9160DC;
}
.TagClassName
{
border-color: #9160DC;
}
</style>