Shades of Medium Purple #9168EE
Tints of Medium Purple #9168EE
RGB
CMYK
RGB Variations
Color information
#9168EE (or 0x9168EE) is known color: Medium Purple. HEX triplet: 91, 68 and EE. RGB value is (145,104,238). Sum of RGB (Red+Green+Blue) = 145+104+238=487 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.77% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #9168EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9168EE is #6E9711. Grayscale: #838383. Windows color (decimal): -7247634 or 15624337. OLE color: 15624337.
HSL color Cylindrical-coordinate representation of color #9168EE: hue angle of 258.36º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9168EE is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 104 | 238 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.07 |
| HSL | 258.36º | 0.8% | 0.67% | - |
| HSV(B) | 258.36º | 0.56% | 0.93% | - |
| XYZ | 32.06 | 22.09 | 83.46 | - |
| YUV | 131.54 | 188.08 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 238 | 0.39 | 0.56 | 0 | 0.07 | 258.36 | 0.8 | 0.67 |
| Hex | 91 | 68 | EE | 27 | 38 | 0 | 7 | 102 | 50 | 43 |
| Octal | 221 | 150 | 356 | 47 | 70 | 0 | 7 | 402 | 120 | 103 |
| Binary | 10010001 | 1101000 | 11101110 | 100111 | 111000 | 0 | 111 | 100000010 | 1010000 | 1000011 |
Color Harmonies of #9168EE
Complementary color
Monochromatic Colors of #9168EE
Black with #9168EE
Text Example
Text Example
White with #9168EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9168EE; }
p { color: rgb(145,104,238); }
H1.HeaderClassName
{
color: #9168EE;
}
.AnyTagClassName
{
color: #9168EE;
}
</style>
background-color css
<style>
a { background-color: #9168EE; }
a { background-color: rgb(145,104,238); }
div.DivClassName
{
background-color: #9168EE;
}
.BgClassName
{
background-color: #9168EE;
}
</style>
border-color css
<style>
span { border-color: #9168EE; }
span { border-color: rgb(145,104,238); }
td.TdClassName
{
border-color: #9168EE;
}
.TagClassName
{
border-color: #9168EE;
}
</style>