Shades of Medium Purple #9183DC
Tints of Medium Purple #9183DC
RGB
CMYK
RGB Variations
Color information
#9183DC (or 0x9183DC) is known color: Medium Purple. HEX triplet: 91, 83 and DC. RGB value is (145,131,220). Sum of RGB (Red+Green+Blue) = 145+131+220=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #9183DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183DC is #6E7C23. Grayscale: #909090. Windows color (decimal): -7240740 or 14451601. OLE color: 14451601.
HSL color Cylindrical-coordinate representation of color #9183DC: hue angle of 249.44º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9183DC is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 131 | 220 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.14 |
| HSL | 249.44º | 0.56% | 0.69% | - |
| HSV(B) | 249.44º | 0.4% | 0.86% | - |
| XYZ | 32.71 | 27.42 | 71.28 | - |
| YUV | 145.33 | 170.14 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 220 | 0.34 | 0.40 | 0 | 0.14 | 249.44 | 0.56 | 0.69 |
| Hex | 91 | 83 | DC | 22 | 28 | 0 | E | F9 | 38 | 45 |
| Octal | 221 | 203 | 334 | 42 | 50 | 0 | 16 | 371 | 70 | 105 |
| Binary | 10010001 | 10000011 | 11011100 | 100010 | 101000 | 0 | 1110 | 11111001 | 111000 | 1000101 |
Color Harmonies of #9183DC
Complementary color
Monochromatic Colors of #9183DC
Black with #9183DC
Text Example
Text Example
White with #9183DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9183DC; }
p { color: rgb(145,131,220); }
H1.HeaderClassName
{
color: #9183DC;
}
.AnyTagClassName
{
color: #9183DC;
}
</style>
background-color css
<style>
a { background-color: #9183DC; }
a { background-color: rgb(145,131,220); }
div.DivClassName
{
background-color: #9183DC;
}
.BgClassName
{
background-color: #9183DC;
}
</style>
border-color css
<style>
span { border-color: #9183DC; }
span { border-color: rgb(145,131,220); }
td.TdClassName
{
border-color: #9183DC;
}
.TagClassName
{
border-color: #9183DC;
}
</style>