Shades of Medium Purple #9175DC
Tints of Medium Purple #9175DC
RGB
CMYK
RGB Variations
Color information
#9175DC (or 0x9175DC) is known color: Medium Purple. HEX triplet: 91, 75 and DC. RGB value is (145,117,220). Sum of RGB (Red+Green+Blue) = 145+117+220=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #9175DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9175DC is #6E8A23. Grayscale: #888888. Windows color (decimal): -7244324 or 14448017. OLE color: 14448017.
HSL color Cylindrical-coordinate representation of color #9175DC: hue angle of 256.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9175DC is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 117 | 220 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.14 |
| HSL | 256.31º | 0.6% | 0.66% | - |
| HSV(B) | 256.31º | 0.47% | 0.86% | - |
| XYZ | 30.96 | 23.91 | 70.69 | - |
| YUV | 137.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 117 | 220 | 0.34 | 0.47 | 0 | 0.14 | 256.31 | 0.6 | 0.66 |
| Hex | 91 | 75 | DC | 22 | 2F | 0 | E | 100 | 3C | 42 |
| Octal | 221 | 165 | 334 | 42 | 57 | 0 | 16 | 400 | 74 | 102 |
| Binary | 10010001 | 1110101 | 11011100 | 100010 | 101111 | 0 | 1110 | 100000000 | 111100 | 1000010 |
Color Harmonies of #9175DC
Complementary color
Monochromatic Colors of #9175DC
Black with #9175DC
Text Example
Text Example
White with #9175DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9175DC; }
p { color: rgb(145,117,220); }
H1.HeaderClassName
{
color: #9175DC;
}
.AnyTagClassName
{
color: #9175DC;
}
</style>
background-color css
<style>
a { background-color: #9175DC; }
a { background-color: rgb(145,117,220); }
div.DivClassName
{
background-color: #9175DC;
}
.BgClassName
{
background-color: #9175DC;
}
</style>
border-color css
<style>
span { border-color: #9175DC; }
span { border-color: rgb(145,117,220); }
td.TdClassName
{
border-color: #9175DC;
}
.TagClassName
{
border-color: #9175DC;
}
</style>