Shades of True V #906FC6
Tints of True V #906FC6
RGB
CMYK
RGB Variations
Color information
#906FC6 (or 0x906FC6) is known color: True V. HEX triplet: 90, 6F and C6. RGB value is (144,111,198). Sum of RGB (Red+Green+Blue) = 144+111+198=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #906FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906FC6 is #6F9039. Grayscale: #828282. Windows color (decimal): -7311418 or 13004688. OLE color: 13004688.
HSL color Cylindrical-coordinate representation of color #906FC6: hue angle of 262.76º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #906FC6 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 111 | 198 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.22 |
| HSL | 262.76º | 0.43% | 0.61% | - |
| HSV(B) | 262.76º | 0.44% | 0.78% | - |
| XYZ | 27.38 | 21.38 | 56.11 | - |
| YUV | 130.79 | 165.93 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 198 | 0.27 | 0.44 | 0 | 0.22 | 262.76 | 0.43 | 0.61 |
| Hex | 90 | 6F | C6 | 1B | 2C | 0 | 16 | 107 | 2B | 3D |
| Octal | 220 | 157 | 306 | 33 | 54 | 0 | 26 | 407 | 53 | 75 |
| Binary | 10010000 | 1101111 | 11000110 | 11011 | 101100 | 0 | 10110 | 100000111 | 101011 | 111101 |
Color Harmonies of #906FC6
Complementary color
Monochromatic Colors of #906FC6
Black with #906FC6
Text Example
Text Example
White with #906FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906FC6; }
p { color: rgb(144,111,198); }
H1.HeaderClassName
{
color: #906FC6;
}
.AnyTagClassName
{
color: #906FC6;
}
</style>
background-color css
<style>
a { background-color: #906FC6; }
a { background-color: rgb(144,111,198); }
div.DivClassName
{
background-color: #906FC6;
}
.BgClassName
{
background-color: #906FC6;
}
</style>
border-color css
<style>
span { border-color: #906FC6; }
span { border-color: rgb(144,111,198); }
td.TdClassName
{
border-color: #906FC6;
}
.TagClassName
{
border-color: #906FC6;
}
</style>