Shades of Medium Purple #968AED
Tints of Medium Purple #968AED
RGB
CMYK
RGB Variations
Color information
#968AED (or 0x968AED) is known color: Medium Purple. HEX triplet: 96, 8A and ED. RGB value is (150,138,237). Sum of RGB (Red+Green+Blue) = 150+138+237=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #968AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968AED is #697512. Grayscale: #989898. Windows color (decimal): -6911251 or 15567510. OLE color: 15567510.
HSL color Cylindrical-coordinate representation of color #968AED: hue angle of 247.27º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #968AED is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 138 | 237 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.07 |
| HSL | 247.27º | 0.73% | 0.74% | - |
| HSV(B) | 247.27º | 0.42% | 0.93% | - |
| XYZ | 36.95 | 30.78 | 84.11 | - |
| YUV | 152.87 | 175.48 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 237 | 0.37 | 0.42 | 0 | 0.07 | 247.27 | 0.73 | 0.74 |
| Hex | 96 | 8A | ED | 25 | 2A | 0 | 7 | F7 | 49 | 4A |
| Octal | 226 | 212 | 355 | 45 | 52 | 0 | 7 | 367 | 111 | 112 |
| Binary | 10010110 | 10001010 | 11101101 | 100101 | 101010 | 0 | 111 | 11110111 | 1001001 | 1001010 |
Color Harmonies of #968AED
Complementary color
Monochromatic Colors of #968AED
Black with #968AED
Text Example
Text Example
White with #968AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968AED; }
p { color: rgb(150,138,237); }
H1.HeaderClassName
{
color: #968AED;
}
.AnyTagClassName
{
color: #968AED;
}
</style>
background-color css
<style>
a { background-color: #968AED; }
a { background-color: rgb(150,138,237); }
div.DivClassName
{
background-color: #968AED;
}
.BgClassName
{
background-color: #968AED;
}
</style>
border-color css
<style>
span { border-color: #968AED; }
span { border-color: rgb(150,138,237); }
td.TdClassName
{
border-color: #968AED;
}
.TagClassName
{
border-color: #968AED;
}
</style>