Shades of Medium Purple #9167ED
Tints of Medium Purple #9167ED
RGB
CMYK
RGB Variations
Color information
#9167ED (or 0x9167ED) is known color: Medium Purple. HEX triplet: 91, 67 and ED. RGB value is (145,103,237). Sum of RGB (Red+Green+Blue) = 145+103+237=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #9167ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9167ED is #6E9812. Grayscale: #828282. Windows color (decimal): -7247891 or 15558545. OLE color: 15558545.
HSL color Cylindrical-coordinate representation of color #9167ED: hue angle of 258.81º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9167ED is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 103 | 237 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.07 |
| HSL | 258.81º | 0.79% | 0.67% | - |
| HSV(B) | 258.81º | 0.57% | 0.93% | - |
| XYZ | 31.81 | 21.83 | 82.66 | - |
| YUV | 130.83 | 187.91 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 237 | 0.39 | 0.57 | 0 | 0.07 | 258.81 | 0.79 | 0.67 |
| Hex | 91 | 67 | ED | 27 | 39 | 0 | 7 | 103 | 4F | 43 |
| Octal | 221 | 147 | 355 | 47 | 71 | 0 | 7 | 403 | 117 | 103 |
| Binary | 10010001 | 1100111 | 11101101 | 100111 | 111001 | 0 | 111 | 100000011 | 1001111 | 1000011 |
Color Harmonies of #9167ED
Complementary color
Monochromatic Colors of #9167ED
Black with #9167ED
Text Example
Text Example
White with #9167ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9167ED; }
p { color: rgb(145,103,237); }
H1.HeaderClassName
{
color: #9167ED;
}
.AnyTagClassName
{
color: #9167ED;
}
</style>
background-color css
<style>
a { background-color: #9167ED; }
a { background-color: rgb(145,103,237); }
div.DivClassName
{
background-color: #9167ED;
}
.BgClassName
{
background-color: #9167ED;
}
</style>
border-color css
<style>
span { border-color: #9167ED; }
span { border-color: rgb(145,103,237); }
td.TdClassName
{
border-color: #9167ED;
}
.TagClassName
{
border-color: #9167ED;
}
</style>