Shades of Medium Purple #906FE7
Tints of Medium Purple #906FE7
RGB
CMYK
RGB Variations
Color information
#906FE7 (or 0x906FE7) is known color: Medium Purple. HEX triplet: 90, 6F and E7. RGB value is (144,111,231). Sum of RGB (Red+Green+Blue) = 144+111+231=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #906FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906FE7 is #6F9018. Grayscale: #868686. Windows color (decimal): -7311385 or 15167376. OLE color: 15167376.
HSL color Cylindrical-coordinate representation of color #906FE7: hue angle of 256.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #906FE7 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 111 | 231 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.09 |
| HSL | 256.5º | 0.71% | 0.67% | - |
| HSV(B) | 256.5º | 0.52% | 0.91% | - |
| XYZ | 31.61 | 23.07 | 78.39 | - |
| YUV | 134.55 | 182.43 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 231 | 0.38 | 0.52 | 0 | 0.09 | 256.5 | 0.71 | 0.67 |
| Hex | 90 | 6F | E7 | 26 | 34 | 0 | 9 | 100 | 47 | 43 |
| Octal | 220 | 157 | 347 | 46 | 64 | 0 | 11 | 400 | 107 | 103 |
| Binary | 10010000 | 1101111 | 11100111 | 100110 | 110100 | 0 | 1001 | 100000000 | 1000111 | 1000011 |
Color Harmonies of #906FE7
Complementary color
Monochromatic Colors of #906FE7
Black with #906FE7
Text Example
Text Example
White with #906FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906FE7; }
p { color: rgb(144,111,231); }
H1.HeaderClassName
{
color: #906FE7;
}
.AnyTagClassName
{
color: #906FE7;
}
</style>
background-color css
<style>
a { background-color: #906FE7; }
a { background-color: rgb(144,111,231); }
div.DivClassName
{
background-color: #906FE7;
}
.BgClassName
{
background-color: #906FE7;
}
</style>
border-color css
<style>
span { border-color: #906FE7; }
span { border-color: rgb(144,111,231); }
td.TdClassName
{
border-color: #906FE7;
}
.TagClassName
{
border-color: #906FE7;
}
</style>