Shades of True V #907EC9
Tints of True V #907EC9
RGB
CMYK
RGB Variations
Color information
#907EC9 (or 0x907EC9) is known color: True V. HEX triplet: 90, 7E and C9. RGB value is (144,126,201). Sum of RGB (Red+Green+Blue) = 144+126+201=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #907EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907EC9 is #6F8136. Grayscale: #8B8B8B. Windows color (decimal): -7307575 or 13205136. OLE color: 13205136.
HSL color Cylindrical-coordinate representation of color #907EC9: hue angle of 254.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #907EC9 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 126 | 201 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.21 |
| HSL | 254.4º | 0.41% | 0.64% | - |
| HSV(B) | 254.4º | 0.37% | 0.79% | - |
| XYZ | 29.51 | 25.07 | 58.54 | - |
| YUV | 139.93 | 162.46 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 126 | 201 | 0.28 | 0.37 | 0 | 0.21 | 254.4 | 0.41 | 0.64 |
| Hex | 90 | 7E | C9 | 1C | 25 | 0 | 15 | FE | 29 | 40 |
| Octal | 220 | 176 | 311 | 34 | 45 | 0 | 25 | 376 | 51 | 100 |
| Binary | 10010000 | 1111110 | 11001001 | 11100 | 100101 | 0 | 10101 | 11111110 | 101001 | 1000000 |
Color Harmonies of #907EC9
Complementary color
Monochromatic Colors of #907EC9
Black with #907EC9
Text Example
Text Example
White with #907EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907EC9; }
p { color: rgb(144,126,201); }
H1.HeaderClassName
{
color: #907EC9;
}
.AnyTagClassName
{
color: #907EC9;
}
</style>
background-color css
<style>
a { background-color: #907EC9; }
a { background-color: rgb(144,126,201); }
div.DivClassName
{
background-color: #907EC9;
}
.BgClassName
{
background-color: #907EC9;
}
</style>
border-color css
<style>
span { border-color: #907EC9; }
span { border-color: rgb(144,126,201); }
td.TdClassName
{
border-color: #907EC9;
}
.TagClassName
{
border-color: #907EC9;
}
</style>