Shades of Medium Purple #9168ED
Tints of Medium Purple #9168ED
RGB
CMYK
RGB Variations
Color information
#9168ED (or 0x9168ED) is known color: Medium Purple. HEX triplet: 91, 68 and ED. RGB value is (145,104,237). Sum of RGB (Red+Green+Blue) = 145+104+237=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #9168ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9168ED is #6E9712. Grayscale: #828282. Windows color (decimal): -7247635 or 15558801. OLE color: 15558801.
HSL color Cylindrical-coordinate representation of color #9168ED: hue angle of 258.5º degrees, saturation: 0.79, 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 #9168ED is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 104 | 237 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.07 |
| HSL | 258.5º | 0.79% | 0.67% | - |
| HSV(B) | 258.5º | 0.56% | 0.93% | - |
| XYZ | 31.91 | 22.03 | 82.69 | - |
| YUV | 131.42 | 187.58 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 237 | 0.39 | 0.56 | 0 | 0.07 | 258.5 | 0.79 | 0.67 |
| Hex | 91 | 68 | ED | 27 | 38 | 0 | 7 | 102 | 4F | 43 |
| Octal | 221 | 150 | 355 | 47 | 70 | 0 | 7 | 402 | 117 | 103 |
| Binary | 10010001 | 1101000 | 11101101 | 100111 | 111000 | 0 | 111 | 100000010 | 1001111 | 1000011 |
Color Harmonies of #9168ED
Complementary color
Monochromatic Colors of #9168ED
Black with #9168ED
Text Example
Text Example
White with #9168ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9168ED; }
p { color: rgb(145,104,237); }
H1.HeaderClassName
{
color: #9168ED;
}
.AnyTagClassName
{
color: #9168ED;
}
</style>
background-color css
<style>
a { background-color: #9168ED; }
a { background-color: rgb(145,104,237); }
div.DivClassName
{
background-color: #9168ED;
}
.BgClassName
{
background-color: #9168ED;
}
</style>
border-color css
<style>
span { border-color: #9168ED; }
span { border-color: rgb(145,104,237); }
td.TdClassName
{
border-color: #9168ED;
}
.TagClassName
{
border-color: #9168ED;
}
</style>