Shades of Medium Purple #9168EB
Tints of Medium Purple #9168EB
RGB
CMYK
RGB Variations
Color information
#9168EB (or 0x9168EB) is known color: Medium Purple. HEX triplet: 91, 68 and EB. RGB value is (145,104,235). Sum of RGB (Red+Green+Blue) = 145+104+235=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #9168EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9168EB is #6E9714. Grayscale: #828282. Windows color (decimal): -7247637 or 15427729. OLE color: 15427729.
HSL color Cylindrical-coordinate representation of color #9168EB: hue angle of 258.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9168EB is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 104 | 235 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.08 |
| HSL | 258.78º | 0.77% | 0.66% | - |
| HSV(B) | 258.78º | 0.56% | 0.92% | - |
| XYZ | 31.62 | 21.92 | 81.16 | - |
| YUV | 131.19 | 186.58 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 235 | 0.38 | 0.56 | 0 | 0.08 | 258.78 | 0.77 | 0.66 |
| Hex | 91 | 68 | EB | 26 | 38 | 0 | 8 | 103 | 4D | 42 |
| Octal | 221 | 150 | 353 | 46 | 70 | 0 | 10 | 403 | 115 | 102 |
| Binary | 10010001 | 1101000 | 11101011 | 100110 | 111000 | 0 | 1000 | 100000011 | 1001101 | 1000010 |
Color Harmonies of #9168EB
Complementary color
Monochromatic Colors of #9168EB
Black with #9168EB
Text Example
Text Example
White with #9168EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9168EB; }
p { color: rgb(145,104,235); }
H1.HeaderClassName
{
color: #9168EB;
}
.AnyTagClassName
{
color: #9168EB;
}
</style>
background-color css
<style>
a { background-color: #9168EB; }
a { background-color: rgb(145,104,235); }
div.DivClassName
{
background-color: #9168EB;
}
.BgClassName
{
background-color: #9168EB;
}
</style>
border-color css
<style>
span { border-color: #9168EB; }
span { border-color: rgb(145,104,235); }
td.TdClassName
{
border-color: #9168EB;
}
.TagClassName
{
border-color: #9168EB;
}
</style>