Shades of Medium Purple #906FD5
Tints of Medium Purple #906FD5
RGB
CMYK
RGB Variations
Color information
#906FD5 (or 0x906FD5) is known color: Medium Purple. HEX triplet: 90, 6F and D5. RGB value is (144,111,213). Sum of RGB (Red+Green+Blue) = 144+111+213=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #906FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906FD5 is #6F902A. Grayscale: #848484. Windows color (decimal): -7311403 or 13987728. OLE color: 13987728.
HSL color Cylindrical-coordinate representation of color #906FD5: hue angle of 259.41º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #906FD5 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 111 | 213 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.16 |
| HSL | 259.41º | 0.55% | 0.64% | - |
| HSV(B) | 259.41º | 0.48% | 0.84% | - |
| XYZ | 29.2 | 22.1 | 65.68 | - |
| YUV | 132.5 | 173.43 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 213 | 0.32 | 0.48 | 0 | 0.16 | 259.41 | 0.55 | 0.64 |
| Hex | 90 | 6F | D5 | 20 | 30 | 0 | 10 | 103 | 37 | 40 |
| Octal | 220 | 157 | 325 | 40 | 60 | 0 | 20 | 403 | 67 | 100 |
| Binary | 10010000 | 1101111 | 11010101 | 100000 | 110000 | 0 | 10000 | 100000011 | 110111 | 1000000 |
Color Harmonies of #906FD5
Complementary color
Monochromatic Colors of #906FD5
Black with #906FD5
Text Example
Text Example
White with #906FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906FD5; }
p { color: rgb(144,111,213); }
H1.HeaderClassName
{
color: #906FD5;
}
.AnyTagClassName
{
color: #906FD5;
}
</style>
background-color css
<style>
a { background-color: #906FD5; }
a { background-color: rgb(144,111,213); }
div.DivClassName
{
background-color: #906FD5;
}
.BgClassName
{
background-color: #906FD5;
}
</style>
border-color css
<style>
span { border-color: #906FD5; }
span { border-color: rgb(144,111,213); }
td.TdClassName
{
border-color: #906FD5;
}
.TagClassName
{
border-color: #906FD5;
}
</style>