Shades of Medium Purple #9169F0
Tints of Medium Purple #9169F0
RGB
CMYK
RGB Variations
Color information
#9169F0 (or 0x9169F0) is known color: Medium Purple. HEX triplet: 91, 69 and F0. RGB value is (145,105,240). Sum of RGB (Red+Green+Blue) = 145+105+240=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #9169F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9169F0 is #6E960F. Grayscale: #838383. Windows color (decimal): -7247376 or 15755665. OLE color: 15755665.
HSL color Cylindrical-coordinate representation of color #9169F0: hue angle of 257.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9169F0 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 105 | 240 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.06 |
| HSL | 257.78º | 0.82% | 0.68% | - |
| HSV(B) | 257.78º | 0.56% | 0.94% | - |
| XYZ | 32.46 | 22.41 | 85.05 | - |
| YUV | 132.35 | 188.75 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 240 | 0.40 | 0.56 | 0 | 0.06 | 257.78 | 0.82 | 0.68 |
| Hex | 91 | 69 | F0 | 28 | 38 | 0 | 6 | 102 | 52 | 44 |
| Octal | 221 | 151 | 360 | 50 | 70 | 0 | 6 | 402 | 122 | 104 |
| Binary | 10010001 | 1101001 | 11110000 | 101000 | 111000 | 0 | 110 | 100000010 | 1010010 | 1000100 |
Color Harmonies of #9169F0
Complementary color
Monochromatic Colors of #9169F0
Black with #9169F0
Text Example
Text Example
White with #9169F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9169F0; }
p { color: rgb(145,105,240); }
H1.HeaderClassName
{
color: #9169F0;
}
.AnyTagClassName
{
color: #9169F0;
}
</style>
background-color css
<style>
a { background-color: #9169F0; }
a { background-color: rgb(145,105,240); }
div.DivClassName
{
background-color: #9169F0;
}
.BgClassName
{
background-color: #9169F0;
}
</style>
border-color css
<style>
span { border-color: #9169F0; }
span { border-color: rgb(145,105,240); }
td.TdClassName
{
border-color: #9169F0;
}
.TagClassName
{
border-color: #9169F0;
}
</style>